# 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 = "nidrs-macro" version = "0.2.1" authors = ["WumaCoder "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "a nidrs macro." homepage = "https://github.com/nidrs/nidrs.git" readme = "README.md" keywords = ["nidrs"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/nidrs/nidrs.git" [lib] name = "nidrs_macro" path = "src/lib.rs" proc-macro = true [dependencies.nidrs-extern] version = "0.2.1" [dependencies.once_cell] version = "1.19.0" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.75" features = ["full"] [dependencies.syn-args] version = "0.4.0" features = ["loose_mode"] [dependencies.syn-args-derive] version = "0.3.0" [dependencies.syn-serde] version = "0.3.1" features = ["json"]