pxtone-sys 0.2.1

Low level bindings to pxtone for Rust
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 = "2021"
name = "pxtone-sys"
version = "0.2.1"
authors = ["PieKing1215"]
build = "src/build.rs"
links = "pxtone"
description = "Low level bindings to pxtone for Rust"
readme = "README.md"
keywords = [
    "pxtone",
    "audio",
    "bindings",
    "parsing",
]
categories = [
    "external-ffi-bindings",
    "multimedia::audio",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/PieKing1215/rust-pxtone-sys"

[dependencies]

[dev-dependencies.cpal]
version = "0.15"

[build-dependencies.bindgen]
version = "0.69"
features = [
    "runtime",
    "which-rustfmt",
]
default-features = false

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