# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dimi" version = "0.1.0" include = ["Cargo.toml", "src/*"] description = "Asynchronous library for interfacing with MIDI devices" homepage = "https://github.com/libcala/dimi/blob/main/CHANGELOG.md" documentation = "https://docs.rs/dimi" readme = "README.md" keywords = ["audio", "realtime", "cross-platform", "midi", "record"] categories = ["asynchronous", "hardware-support", "multimedia", "multimedia::audio"] license = "Apache-2.0 OR BSL-1.0 OR MIT" repository = "https://github.com/libcala/dimi" [dependencies.flume] version = "0.10" features = ["async"] default-features = false [dev-dependencies.pasts] version = "0.8" [target."cfg(target_os=\"linux\")".dependencies.lookit] version = "0.1" [target."cfg(target_os=\"linux\")".dependencies.smelling_salts] version = "0.5"