# 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 = "libpd-sys" version = "0.3.4" authors = ["alisomay "] build = "build.rs" exclude = [ "libpd/pure-data/doc/**/*", "libpd/pure-data/mac/**/*", "libpd/pure-data/msw/**/*", "libpd/pure-data/font/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for libpd" homepage = "https://github.com/alisomay/libpd-sys" documentation = "https://docs.rs/libpd-sys/latest/libpd-sys/#" readme = "README.md" keywords = [ "puredata", "libpd", "audio", "midi", "bindings", ] categories = ["external-ffi-bindings"] license = "BSD-3-Clause" repository = "https://github.com/alisomay/libpd-sys" [lib] name = "libpd_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.69.1" [build-dependencies.cmake] version = "0.1.50"