# 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 = "audyo" version = "0.1.0" authors = ["Chrontax"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple audio decode/encode library" homepage = "https://github.com/chrontax/audyo" readme = "README.md" keywords = [ "audio", "encode", "decode", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/chrontax/audyo" [lib] name = "audyo" path = "src/lib.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.ogg] version = "0.9.1" [dependencies.rand] version = "0.8.5" [dependencies.symphonia] version = "0.5.4" features = [ "all", "opt-simd", ] [dependencies.thiserror] version = "1.0.64" [dependencies.vorbis_rs] version = "0.5.4"