# 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" rust-version = "1.56.1" name = "data2sound" version = "0.2.2" authors = ["TheAwiteb "] description = "A library to convert data to sound, and vice versa, supports WASI (dependency-free)" documentation = "https://docs.rs/data2sound" readme = "README.md" keywords = [ "Audio", "CLI", "WAV", "Encode", "Decode", ] categories = ["multimedia::audio"] license = "MIT" repository = "https://github.com/TheAwiteb/data2sound" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = false panic = "abort" strip = true [dependencies]