# 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 = "amm_sdk" version = "0.4.0" authors = ["Will Hedgecock "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Abstract Music Manipulation (AMM) Rust SDK" homepage = "https://github.com/hedgetechllc/amm-sdk" documentation = "https://docs.rs/amm_sdk/latest/" readme = "README.md" keywords = [ "music", "musicxml", "format", "parser", "parsing", ] categories = [ "api-bindings", "parsing", "data-structures", "encoding", "multimedia::audio", ] license = "MIT" repository = "https://github.com/hedgetechllc/amm-sdk" [package.metadata.docs.rs] rustdoc-args = [ "--extend-css", "assets/docs.css", ] [lib] name = "amm_sdk" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "test" path = "src/bin/test.rs" [[test]] name = "wasm" path = "tests/wasm.rs" [dependencies.amm_internal] version = "0.4.0" [dependencies.amm_macros] version = "0.4.0" [dependencies.midly] version = "0.5" features = ["alloc"] default-features = false [dependencies.musicxml] version = "1.1.2" default-features = false [features] default = [ "std", "print", ] print = [] std = ["musicxml/std"] [target.'cfg(target_arch = "wasm32")'.dependencies.serde] version = "1.0" features = [ "alloc", "derive", "rc", ] default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen] version = "0.6" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2" default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3" features = ["console"] default-features = false [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3"