# 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 = "redact-composer-musical" version = "0.3.4" authors = ["Doug Stoeckmann "] description = "Music theory domain models and utilities packaged with redact-composer (may also be used standalone)" readme = "README.md" keywords = [ "music", "theory", ] license = "MIT" repository = "https://github.com/dousto/redact-composer" [dependencies.rand] version = "0.8" [dependencies.redact-composer-core] version = "0.2.5" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.typetag] version = "0.2" optional = true [features] default = [] redact-composer = ["dep:redact-composer-core"] serde = [ "dep:serde", "dep:typetag", "redact-composer-core?/serde", ]