# 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 = "wavup" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for converting audio files to WAV format" documentation = "https://docs.rs/wavup/" readme = "README.md" keywords = ["audio"] categories = [ "multimedia::audio", "wasm", ] license = "Apache-2.0" repository = "https://github.com/LlamaEdge/wavup" [lib] name = "wavup" path = "src/lib.rs" [[bin]] name = "wavup" path = "src/main.rs" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.hound] version = "3.5" [dependencies.log] version = "0.4.21" features = [ "std", "kv", "kv_serde", ] optional = true [dependencies.rubato] version = "0.12" [dependencies.symphonia] version = "0.5" features = ["all"] [features] default = ["logging"] logging = ["log"]