aic-sdk-sys 0.17.1

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-sys"
version = "0.17.1"
build = "build.rs"
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-sys"
readme = "README.md"
keywords = [
    "cancellation",
    "enhancement",
    "noise",
    "speech",
    "voice",
]
categories = ["multimedia::audio"]
license = "Apache-2.0"
repository = "https://github.com/ai-coustics/aic-sdk-rs"

[package.metadata.docs.rs]
features = ["download-lib"]

[package.metadata.cargo-shear]
ignored = [
    "flate2",
    "sha2",
    "tar",
    "ureq",
    "zip",
]

[features]
download-lib = [
    "dep:flate2",
    "dep:sha2",
    "dep:tar",
    "dep:ureq",
    "dep:zip",
]

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

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.flate2]
version = "1.1"
optional = true

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

[build-dependencies.tar]
version = "0.4"
optional = true

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

[build-dependencies.zip]
version = "7.0"
optional = true