diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 30 |
1 files changed, 7 insertions, 23 deletions
@@ -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", -] } |
