# 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-compiler" version = "0.1.1" description = "compiler infrastructure for euphony compositions" license = "MIT" resolver = "1" [dependencies.blake3] version = "1" [dependencies.euphony-buffer] version = "0.1" [dependencies.euphony-command] version = "0.1" [dependencies.euphony-dsp] version = "0.1" [dependencies.euphony-graph] version = "0.1" [dependencies.euphony-node] version = "0.1" [dependencies.euphony-units] version = "0.1" [dependencies.log] version = "0.4" [dependencies.petgraph] version = "0.6" [dependencies.rayon] version = "1" optional = true [dev-dependencies.bolero] version = "0.7" [dev-dependencies.rayon] version = "1" [features] default = [] parallel = [ "rayon", "euphony-graph/rayon", ]