praat-sys 0.2.0

Low-level Rust bindings for the Praat
# 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 = "2021"
name = "praat-sys"
version = "0.2.0"
build = "build.rs"
include = [
    "src/**/*",
    "build.rs",
    "wrapper.hpp",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
    "praat-src/**/*.h",
    "praat-src/**/*.hpp",
    "praat-src/**/*.c",
    "praat-src/melder/**/*.cpp",
    "praat-src/num/**/*.cpp",
    "praat-src/stat/**/*.cpp",
    "praat-src/sys/**/*.cpp",
    "praat-src/fon/**/*.cpp",
    "praat-src/LPC/**/*.cpp",
    "praat-src/dwtools/**/*.cpp",
    "praat-src/kar/**/*.cpp",
    "praat-src/external/gsl/**/*.cpp",
    "praat-src/external/clapack/**/*.cpp",
    "praat-src/external/gsl/**/*.c",
    "praat-src/external/clapack/**/*.c",
    "praat-src/dwsys/**/*.cpp",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level Rust bindings for the Praat"
readme = "README.md"
keywords = [
    "linguistics",
    "phonetics",
    "praat",
    "audio",
]
categories = [
    "science",
    "multimedia::audio",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/mosaic-rs/RUSTMOUTH"

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

[dependencies]

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

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