# 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 = "mkaudiolibrary" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Modular audio processing library including MKAU plugin format based on Rust." homepage = "https://github.com/mkaudio-company/mkaudiolibrary" documentation = "https://docs.rs/mkaudiolibrary" readme = "README.md" keywords = [ "audio", "signal-processing", ] categories = ["multimedia::audio"] license = "GPL-3.0" repository = "https://github.com/mkaudio-company/mkaudiolibrary" [lib] name = "mkaudiolibrary" path = "src/lib.rs" [dependencies.libloading] version = "0.8.3" [dependencies.no_denormals] version = "0.1.2"