# 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.70" name = "magnetron" version = "0.6.0" authors = ["Woyten "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Create your own modular microtonal synthesizer from reusable building blocks." readme = "README.md" keywords = [ "effects", "microtonal", "modular", "sound", "synthesizer", ] categories = [ "multimedia", "multimedia::audio", ] license = "MIT" repository = "https://github.com/Woyten/tune/tree/main/magnetron" [lib] name = "magnetron" path = "src/lib.rs" [dependencies.serde] version = "1.0.117" features = ["derive"] [dev-dependencies.assert_approx_eq] version = "1.1.0"