# 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" rust-version = "1.56.0" name = "music-math" version = "0.1.1" authors = ["Mads Kjeldgaard "] description = "common functions and helpers for working with music / audio." readme = "README.md" keywords = ["music-math"] categories = [ "music", "math", "midi", "audio", "dsp", ] license = "MIT" repository = "https://github.com/madskjeldgaard/music-math-rs" [package.metadata.cargo-udeps.ignore] development = [ "criterion", "pretty_assertions", ] [package.metadata.playground] features = ["full"] [profile.bench] lto = true codegen-units = 1 incremental = false [profile.release] lto = true codegen-units = 1 panic = "abort" incremental = false [[bench]] name = "benches" harness = false [dependencies.num-traits] version = "0.2.18" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.pretty_assertions] version = "1" [features] default = [] full = []