# 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 = "audio-codec-algorithms" version = "0.6.0" description = "Audio codec algorithms: A-law, μ-law and IMA ADPCM" readme = "README.md" keywords = [ "audio", "A-law", "u-law", "ADPCM", ] categories = [ "multimedia::audio", "multimedia::encoding", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/karip/audio-codec-algorithms" [[bench]] name = "codec_benchmark" harness = false [dependencies.no-panic] version = "0.1" optional = true [dev-dependencies.criterion] version = "0.5.1" [features] internal-no-panic = ["dep:no-panic"]