# 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 = "cxx-juce" version = "0.7.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for JUCE using cxx." documentation = "https://docs.rs/cxx-juce" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/JamesHallowell/cxx-juce" [lib] name = "cxx_juce" path = "src/lib.rs" [[example]] name = "audio_callback" path = "examples/audio_callback.rs" [[example]] name = "devices" path = "examples/devices.rs" [[example]] name = "system_audio_volume" path = "examples/system_audio_volume.rs" [[example]] name = "test_tone" path = "examples/test_tone.rs" [[test]] name = "juce_audio_devices" path = "tests/juce_audio_devices.rs" [dependencies.cxx] version = "1.0.124" [dependencies.slotmap] version = "1.0.7" [build-dependencies.cmake] version = "0.1.50" [build-dependencies.cxx-build] version = "1.0.124" [features] asio = []