# 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.75.0" name = "ruststep-derive" version = "0.4.0" authors = [ "Yoshinori Tanimura ", "Toshiki Teramura ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "proc-macro for ruststep" documentation = "https://ricosjp.github.io/ruststep/ruststep_derive/index.html" readme = "README.md" keywords = [ "step", "cad", "proc-macro", ] categories = [ "science", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/ricosjp/ruststep" [lib] name = "ruststep_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "try_build" path = "tests/try_build.rs" [dependencies.Inflector] version = "0.11.4" [dependencies.proc-macro-crate] version = "1.3.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.56" features = [ "full", "extra-traits", ] [dev-dependencies.insta] version = "1.39.0" [dev-dependencies.serde] version = "1.0.210" [dev-dependencies.trybuild] version = "1.0.90"