# 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-rs" version = "0.2.0" authors = ["alisomay "] build = false exclude = [ "tests/*", "assets/favicon/*", "assets/logo_*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Safe rust abstractions over libpd" homepage = "https://github.com/alisomay/libpd-rs" documentation = "https://docs.rs/libpd-rs/latest/libpd_rs/#" readme = "README.md" keywords = [ "puredata", "libpd", "audio", "midi", "bindings", ] categories = ["multimedia"] license = "BSD-3-Clause" repository = "https://github.com/alisomay/libpd-rs" [lib] name = "libpd_rs" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = true bench = false doc = true edition = "2021" [[example]] name = "communicate" path = "examples/communicate.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "with_nannou" path = "examples/with_nannou/main.rs" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.libffi] version = "3.0.0" [dependencies.libpd-sys] version = "0.3" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "2" [dev-dependencies.cpal] version = "0.15.3" [dev-dependencies.nannou] version = "0.19" [dev-dependencies.nannou_audio] version = "0.19" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serial_test] version = "3" [dev-dependencies.sys-info] version = "0.9.1"