aifc 0.7.0

Reader and writer for the AIFF and AIFF-C audio format
Documentation
# 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 = "2024"
rust-version = "1.87.0"
name = "aifc"
version = "0.7.0"
build = false
exclude = ["toisto-aiff-test-suite/*"]
autolib = false
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.8.0"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.id3]
version = "1.16.4"

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.149"