# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tracksync" version = "0.1.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool to manage music library syncing to neatly ordered directories." readme = "README.md" license-file = "LICENSE" [profile.dev.package.sqlx-macros] opt-level = 3 [profile.release] opt-level = "z" lto = true strip = true [[bin]] name = "tracksync" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-std] version = "1.12.0" features = [ "async-attributes", "attributes", ] [dependencies.audiotags] version = "0.5.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.edit] version = "0.1.5" [dependencies.env_logger] version = "0.11.3" [dependencies.fs_extra] version = "1.3.0" [dependencies.futures] version = "0.3.30" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.21" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.5" [dependencies.rhai] version = "1.19.0" [dependencies.sha256] version = "1.5.0" [dependencies.similar-string] version = "1.4.3" [dependencies.sqlx] version = "0.7.4" features = [ "runtime-async-std", "sqlite", "macros", "migrate", ] [dependencies.string-builder] version = "0.2.0" [dependencies.walkdir] version = "2.5.0"