audio-cpp-sys 0.1.0

audio.cpp(ggml 音频推理框架)的底层绑定
# 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 = "audio-cpp-sys"
version = "0.1.0"
build = "build.rs"
links = "audio-cpp"
include = [
    "build.rs",
    "capi.h",
    "capi.cpp",
    "/src",
    "/examples",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "audio.cpp(ggml 音频推理框架)的底层绑定"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/launcher-rs/audio-cpp-rs"

[features]
core-models = []
cuda = []
custom-models = []
default = ["core-models"]
full-models = []
hip = []
metal = []
model-citrinet-asr = ["custom-models"]
model-demucs = ["custom-models"]
model-fish-audio = ["custom-models"]
model-fun-asr-nano = ["custom-models"]
model-hviske-asr = ["custom-models"]
model-irodori-tts = ["custom-models"]
model-kroko-asr = ["custom-models"]
model-moss = ["custom-models"]
model-nemotron-asr = ["custom-models"]
model-parakeet-tdt = ["custom-models"]
model-qwen3-asr = ["custom-models"]
model-qwen3-tts = ["custom-models"]
model-roformer = ["custom-models"]
model-sortformer-diar = ["custom-models"]
model-vibevoice-asr = ["custom-models"]
native = []
openmp = []
vulkan = []

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

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

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

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

[build-dependencies.cc]
version = "1"
features = ["parallel"]

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.glob]
version = "0.3"