dectalk 0.1.0

Rust bindings for DECTalk text-to-speech
# 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 = "dectalk"
version = "0.1.0"
build = "build.rs"
include = [
    "**/*.rs",
    "wrapper.h",
    "dectalk/**/*.h",
    "dectalk/**/*.c",
    "dectalk/**/*.cmakedefine",
    "dectalk/**/*.def",
    "dectalk/**/*.tab",
    "dectalk/**/CMakeLists.txt",
    "dectalk/src/dapi/src/dic/Dic_us.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for DECTalk text-to-speech"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ApolloFops/rust-dectalk"

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

[[bin]]
name = "dectalk"
path = "src/main.rs"

[dependencies]

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

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

[build-dependencies.dircpy]
version = "0.3.19"