sea-codec 0.7.0

Low-complexity, lossy audio codec designed for embedded devices
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"
name = "sea-codec"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-complexity, lossy audio codec designed for embedded devices"
homepage = "https://github.com/Daninet/sea-codec"
readme = "README.md"
keywords = [
    "audio",
    "codec",
    "encoder",
    "decoder",
    "embedded",
]
categories = [
    "multimedia::audio",
    "multimedia::encoding",
]
license = "MIT"
repository = "https://github.com/Daninet/sea-codec"

[features]
c-api = []
default = ["std"]
resample = [
    "std",
    "rubato",
    "audioadapter-buffers",
]
std = []
wasm-api = ["resample"]

[lib]
name = "sea_codec"
crate-type = [
    "cdylib",
    "staticlib",
    "rlib",
]
path = "src/lib.rs"

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

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

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

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

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

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

[dependencies.audioadapter-buffers]
version = "2.0.0"
optional = true

[dependencies.libm]
version = "0.2.15"

[dependencies.rubato]
version = "1.0.1"
optional = true

[dev-dependencies.clap]
version = "4.5.30"

[dev-dependencies.hound]
version = "3.5.1"