# 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.81.0" name = "pacmog" version = "0.5.0" authors = ["Akiyuki Okayasu "] build = false exclude = ["tests/resources/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "PCM decording library" readme = "README.md" keywords = [ "audio", "wav", ] categories = [ "multimedia::audio", "no-std", "embedded", "multimedia::encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AkiyukiOkayasu/pacmog" [lib] name = "pacmog" path = "src/lib.rs" [[example]] name = "beep" path = "examples/beep.rs" [[example]] name = "beep_imaadpcm" path = "examples/beep_imaadpcm.rs" [[example]] name = "beep_imaadpcm_stereo" path = "examples/beep_imaadpcm_stereo.rs" [[example]] name = "print_sample_values" path = "examples/print_sample_values.rs" [[example]] name = "read_ima_adpcm_no_std" path = "examples/read_ima_adpcm_no_std.rs" [[example]] name = "read_wav_no_std" path = "examples/read_wav_no_std.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.arbitrary-int] version = "1.2.7" default-features = false [dependencies.fixed] version = "1.28.0" [dependencies.heapless] version = "0.8.0" [dependencies.nom] version = "7.1.3" default-features = false [dependencies.thiserror] version = "2.0.0" default-features = false [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.cpal] version = "0.15.3" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.symphonia] version = "0.5.4" features = [ "aiff", "adpcm", ]