# 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 = "music-theory-query" version = "1.1.1" authors = ["Cody Bloemhard "] description = "Music theory queries" readme = "README.md" keywords = [ "music", "library", ] license = "GPL-3.0" repository = "https://github.com/codybloemhard/music-theory" [lib] name = "music_theory" path = "src/lib.rs" [[bin]] name = "testbin" path = "src/bin.rs" [dependencies.fnrs] version = "0.1.7" [dependencies.itertools] version = "0.13.0" [dependencies.lapp] version = "0.4.0" [dependencies.vec-string] version = "0.2.0"