# 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 = "ensnare-services" version = "0.0.16" authors = ["Mike Tsao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wrappers around third-party crates that make them easier to use with crossbeam channels." homepage = "https://github.com/ensnare-org/ensnare" documentation = "https://docs.rs/ensnare/" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/ensnare-org/ensnare" [lib] name = "ensnare_services" path = "src/lib.rs" [[example]] name = "audio" path = "examples/audio.rs" required-features = ["audio"] [[example]] name = "midi" path = "examples/midi.rs" required-features = ["midi"] [dependencies.anyhow] version = "1.0.86" [dependencies.cpal] version = "0.15.3" optional = true [dependencies.crossbeam] version = "0.8.4" [dependencies.crossbeam-channel] version = "0.5.13" optional = true [dependencies.delegate] version = "0.12.0" [dependencies.derivative] version = "2.2.0" optional = true [dependencies.eframe] version = "0.28" optional = true [dependencies.ensnare] version = "0.0.3" [dependencies.midir] version = "0.10.0" optional = true [dependencies.midly] version = "0.5.3" optional = true [dependencies.synonym] version = "0.1.6" optional = true [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.clap] version = "4.5.4" features = ["derive"] [dev-dependencies.derivative] version = "2.2.0" [features] audio = ["dep:cpal"] default = [ "audio", "midi", "project", "egui", "std", ] derivative = ["dep:derivative"] eframe = ["dep:eframe"] egui = [ "eframe", "derivative", "synonym", ] midi = [ "dep:midir", "dep:midly", ] project = ["crossbeam-channel"] std = [] synonym = ["dep:synonym"]