aic-sdk 0.14.0

ai-coustics Speech Enhancement SDK
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"
name = "aic-sdk"
version = "0.14.0"
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ai-coustics Speech Enhancement SDK"
homepage = "https://ai-coustics.com/sdk/"
documentation = "https://docs.rs/aic-sdk"
readme = "README.md"
keywords = [
    "audio",
    "enhancement",
    "noise",
    "speech",
    "voice",
]
categories = ["multimedia::audio"]
license = "Apache-2.0"
repository = "https://github.com/ai-coustics/aic-sdk-rs"

[features]
download-lib = ["aic-sdk-sys/download-lib"]
download-model = [
    "dep:serde",
    "dep:serde_json",
    "dep:sha2",
    "dep:ureq",
]

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

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

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

[dependencies.aic-sdk-sys]
version = "0.14.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.sha2]
version = "0.10"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.ureq]
version = "3.1"
features = ["rustls"]
optional = true
default-features = false

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

[dev-dependencies.tokio]
version = "1.49"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]