# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "x3" version = "0.3.0" authors = ["Simon M. Werner "] description = "A CPU efficient audio encoder/decoder using the X3 codec." readme = "README.md" keywords = ["audio", "compression"] categories = ["compression", "embedded", "encoding", "multimedia::audio"] license = "GPL-3.0-or-later" repository = "https://github.com/psiphi75/x3-rust" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [dependencies.byteorder] version = "1.3.4" default-features = false [dependencies.chrono] version = "0.4.15" [dependencies.clap] version = "2.33.1" [dependencies.hound] version = "3.4.0" [dependencies.quick-xml] version = "0.18.1" [build-dependencies.clippy] version = "^0.0.302" optional = true