# 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 = "rstmt-neo" version = "0.0.2" authors = ["Joe McCain III "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "This crate focuses on building a music theory library that can be used to generate music theory data structures and algorithms." homepage = "https://github.com/FL03/rstmt/wiki" readme = "README.md" keywords = ["music"] categories = [] license = "Apache-2.0" repository = "https://github.com/FL03/rstmt.git" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] name = "rstmt_neo" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" test = true doctest = false bench = true [[test]] name = "default" path = "tests/default.rs" [[test]] name = "transform" path = "tests/transform.rs" [[test]] name = "triad" path = "tests/triad.rs" [dependencies.itertools] version = "0.13" [dependencies.num] version = "0.4" [dependencies.paste] version = "1" [dependencies.petgraph] version = "0.6" [dependencies.rstmt-core] version = "0.0.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.lazy_static] version = "1" [build-dependencies] [features] default = [] full = [ "default", "rand", "serde", ] rand = [ "num/rand", "rstmt-core/rand", ] serde = [ "dep:serde", "petgraph/serde", "rstmt-core/serde", ] [target.wasm32-unknown-unknown.dependencies] [target.wasm32-wasi]