# 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 = "euphony" version = "0.1.1" authors = ["Cameron Bytheway "] description = "music composition environment for programmers" license = "MIT" resolver = "1" [dependencies.bach] version = "=0.0.6" [dependencies.euphony-buffer] version = "0.1" default-features = false [dependencies.euphony-command] version = "0.1" [dependencies.euphony-macros] version = "0.2" [dependencies.euphony-samples] version = "0.1" [dependencies.euphony-units] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.once_cell] version = "1" [dependencies.pin-project] version = "1" [dependencies.rand] version = "0.8" default-features = false [dev-dependencies.euphony-node] version = "0.1" features = ["reflect"] [dev-dependencies.insta] version = "1"