# 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 = "aifc" version = "0.5.3" build = false exclude = ["toisto-aiff-test-suite/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Reader and writer for the AIFF and AIFF-C audio format" readme = "README.md" keywords = [ "audio", "aiff", "codec", ] categories = [ "multimedia::audio", "multimedia::encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/karip/aifc" [lib] name = "aifc" path = "src/lib.rs" [[example]] name = "aifc-toisto" path = "examples/aifc-toisto.rs" [[test]] name = "toisto_writer" path = "tests/toisto_writer.rs" [[bench]] name = "aifc_benchmark" path = "benches/aifc_benchmark.rs" harness = false [dependencies.audio-codec-algorithms] version = "0.6.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.id3] version = "1.9.0" [dev-dependencies.serde] version = "1.0.190" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.108"