summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml30
1 files changed, 8 insertions, 22 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 43fa761..7950970 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,30 +14,16 @@ anyhow = "1.0.98"
clap = { version = "4.5.40", features = ["cargo", "help", "std"] }
clap_complete = "4.5.54"
directories = "6.0.0"
-flac-bound = { version = "0.5.0", default-features = false }
+flac-bound = { version = "0.5.0", default-features = false, features = [
+ "libflac-noogg",
+] }
indicatif = { version = "0.18.0", features = ["improved_unicode"] }
walkdir = "2.5.0"
console = { version = "0.16.0", features = ["windows-console-colors"] }
-rusqlite = { version = "0.37.0", default-features = false, features = [
- "modern_sqlite",
-] }
ctrlc = "3.4.7"
flac-codec = { version = "1.2.0" }
-
-[features]
-default = ["bundled"]
-bundled = ["rusqlite/bundled", "flac-bound/libflac-noogg"]
-linked = ["flac-bound/libflac-nobuild"]
-
-[dev-dependencies]
-flac-bound = { version = "0.5.0", default-features = false, features = [
- "libflac-nobuild",
-] }
-
-[target.'cfg(windows)'.dependencies]
-rusqlite = { version = "0.37.0", default-features = false, features = [
- "bundled-windows",
-] }
-flac-bound = { version = "0.5.0", default-features = false, features = [
- "libflac-noogg",
-] }
+turso = "0.2.2"
+smol = "2.0.2"
+async-trait = "0.1.89"
+smol-macros = "0.1.1"
+macro_rules_attribute = "0.2.2"