fdk-aac-rust 0.2.2

Third-party Rust port of the Fraunhofer FDK AAC Codec Library for Android
# 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.87.0"
name = "fdk-aac-rust"
version = "0.2.2"
build = "build.rs"
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Third-party Rust port of the Fraunhofer FDK AAC Codec Library for Android"
documentation = "https://docs.rs/fdk-aac-rust"
readme = "README.md"
keywords = [
    "aac",
    "audio",
    "codec",
    "decoder",
    "encoder",
]
categories = [
    "multimedia::audio",
    "encoding",
]
license-file = "NOTICE"
repository = "https://github.com/penguin425/fdk-aac-rust"

[package.metadata.docs.rs]
no-default-features = true

[features]
default = ["ffi"]
ffi = ["dep:fdk-aac-sys"]

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

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

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

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

[[test]]
name = "external_application"
path = "tests/external_application.rs"

[dependencies.fdk-aac-sys]
version = "0.2.2"
optional = true
package = "fdk-aac-rust-sys"