# 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.1.10" authors = ["alisomay "] exclude = [ "tests/*", "assets/favicon/*", "assets/logo_*", ] description = "Safe rust abstractions over libpd" homepage = "https://github.com/alisomay/libpd-rs" documentation = "https://docs.rs/libpd-rs/0.1.9/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 proc-macro = false edition = "2021" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.libffi] version = "3.0.0" [dependencies.libpd-sys] version = "0.2" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.cpal] version = "0.15.2" [dev-dependencies.nannou] version = "0.18" [dev-dependencies.nannou_audio] version = "0.18" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.sys-info] version = "0.9.1"