# 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 = "mleml" version = "0.2.1" authors = ["imikoy"] description = "Framework library for working with MML" homepage = "https://github.com/AlsaiSamo/mleml" readme = "readme.md" keywords = [ "audio", "pcm", ] license = "MIT" repository = "https://github.com/AlsaiSamo/mleml.git" [[example]] name = "example_fm" path = "examples/example_fm.rs" required-features = ["builtin"] [[example]] name = "one_sound" path = "examples/one_sound.rs" required-features = ["builtin"] [dependencies.dasp] version = "0.11.0" features = [ "slice", "slice-boxed", "signal", "signal-boxed", "interpolate", "interpolate-linear", ] [dependencies.ordered-float] version = "4.2" [dependencies.sealed] version = "0.5" [dependencies.serde] version = "1.0" features = [ "derive", "std", ] [dependencies.serde_json] version = "1.0" [dependencies.slice-dst] version = "1.5" [dependencies.thiserror] version = "1.0" [features] builtin = [] default = [ "extra", "builtin", ] extra = []