# 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 = "portable-audio-library" version = "0.1.2" description = "A portable audio library file format." readme = "README.md" license = "MIT" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.flate2] version = "1.0.30" [dependencies.indicatif] version = "0.17.8" [dependencies.json] version = "0.12.4" [dependencies.lz4] version = "1.24.0" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.sha2] version = "0.11.0-pre.3" [dependencies.snap] version = "1.1.1" [dependencies.tar] version = "0.4.40" [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "1.0.59" [dependencies.uuid] version = "1.8.0" features = ["v4"]