rust-silk 0.1.3

SILK v3 encoder/decoder with a practical CLI
# 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 = "rust-silk"
version = "0.1.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SILK v3 encoder/decoder with a practical CLI"
readme = "README.md"
keywords = [
    "silk",
    "audio",
    "codec",
    "voice",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "BSD-3-Clause"
repository = "https://github.com/wangnov/rust-silk"

[package.metadata.release]
tag-name = "v{{version}}"

[[bin]]
name = "rust-silk"
path = "src/main.rs"

[dependencies]

[build-dependencies.cc]
version = "1.0"

[profile.dist]
lto = "thin"
inherits = "release"
strip = "symbols"