# 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 = "flac-tracksplit" version = "0.1.0" authors = ["Andreas Fuchs "] description = "Split FLAC+CUE (embedded) into multiple tracks" documentation = "https://docs.rs/flac-tracksplit" readme = "README.md" license = "MIT" repository = "https://github.com/antifuchs/flac-tracksplit" resolver = "1" [[bin]] name = "flac-tracksplit" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.bytesize] version = "1.2.0" features = ["serde"] [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.int-conv] version = "0.1.4" [dependencies.metaflac] version = "0.2.5" [dependencies.more-asserts] version = "0.3.1" [dependencies.rayon] version = "1.7.0" [dependencies.symphonia-bundle-flac] version = "0.5.2" [dependencies.symphonia-core] version = "0.5.2" [dependencies.symphonia-utils-xiph] version = "0.5.2" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-indicatif] version = "0.3.4" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.proptest] version = "1.1.0" [badges.maintenance] status = "passively-maintained"