# 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 = "xylo" version = "0.1.1" authors = ["hixlo"] description = "A music theory toolset" homepage = "https://github.com/hixlo/xylo" readme = "README.md" keywords = [ "synth", "music", "music-theory", "audio", ] categories = [ "encoding", "value-formatting", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/hixlo/xylo" [lib] crate-type = [ "lib", "cdylib", "staticlib", ] [[bin]] name = "file" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.cpal] version = "0.15.0" [dependencies.crossbeam] version = "0.8.2" features = ["crossbeam-channel"]