From 20d6438440de1f63eeb9d80eced475e001be02f0 Mon Sep 17 00:00:00 2001 From: jakka Date: Sat, 27 Sep 2025 11:59:50 +0300 Subject: switched deps --- Cargo.toml | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 76abcde..9083099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,31 +14,15 @@ 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"] } -claxon = { git = "https://github.com/justjakka/claxon.git" } -metaflac = "0.2.8" -rusqlite = { version = "0.36.0", default-features = false, features = [ - "modern_sqlite", -] } ctrlc = "3.4.7" +flac-codec = { version = "1.2.0", features = ["rayon"] } +turso = "0.1.5" +smol = "2.0.2" +async-trait = "0.1.89" +smol-macros = "0.1.1" +macro_rules_attribute = "0.2.2" -[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.36.0", default-features = false, features = [ - "bundled-windows", -] } -flac-bound = { version = "0.5.0", default-features = false, features = [ - "libflac-noogg", -] } -- cgit v1.3.1