libmapper-rs 1.4.0

Rust bindings for libmapper
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 = "libmapper-rs"
version = "1.4.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for libmapper"
homepage = "https://libmapper.github.io"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/libmapper/libmapper-rs"

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

[[example]]
name = "device"
path = "examples/device.rs"

[[example]]
name = "graph"
path = "examples/graph.rs"

[[example]]
name = "lightshow"
path = "examples/lightshow.rs"

[[example]]
name = "maps"
path = "examples/maps.rs"

[[example]]
name = "properties"
path = "examples/properties.rs"

[[example]]
name = "scanner"
path = "examples/scanner.rs"

[[example]]
name = "segfault"
path = "examples/segfault.rs"

[[example]]
name = "signal"
path = "examples/signal.rs"

[[example]]
name = "vector_signal"
path = "examples/vector_signal.rs"

[dependencies]

[build-dependencies.pkg-config]
version = "0.3.33"