# 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_macros" 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 internal macros" 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" [lib] name = "amm_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0" default-features = false [dependencies.quote] version = "1.0" default-features = false [dependencies.syn] version = "2.0" features = [ "derive", "parsing", "printing", "proc-macro", ] default-features = false [features] debug = [ "syn/extra-traits", "syn/clone-impls", ]