ape-decoder 0.3.2

Pure Rust decoder for Monkey's Audio (APE) lossless audio files
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 = "2021"
rust-version = "1.70"
name = "ape-decoder"
version = "0.3.2"
build = false
include = [
    "src/**/*",
    "examples/**/*",
    "LICENSE-*",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust decoder for Monkey's Audio (APE) lossless audio files"
readme = "README.md"
keywords = [
    "audio",
    "codec",
    "lossless",
    "ape",
    "monkey-audio",
]
categories = [
    "multimedia::audio",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/OMBS-IO/ape-decoder"

[package.metadata.docs.rs]
all-features = true

[lib]
name = "ape_decoder"
path = "src/lib.rs"

[[example]]
name = "decode"
path = "examples/decode.rs"

[[example]]
name = "decode_to_file"
path = "examples/decode_to_file.rs"

[dependencies.crc32fast]
version = "1"

[dependencies.md-5]
version = "0.10"