# 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 = "scaffolding-macros" version = "1.0.0" authors = ["dsietz "] exclude = [ "examples/*", "target/*", "tests/*", "benches/*", ] description = "A software development kit that provides the scaffolding macros for building applications and services." documentation = "https://docs.rs/scaffolding-core" readme = "README.md" keywords = [ "sdk", "macros", "development", "object-oriented", "class", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/dsietz/scaffolding-core" [lib] name = "scaffolding_macros" path = "src/lib.rs" proc-macro = true [dependencies.quote] version = "1.0.35" [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.syn] version = "2.0.53" features = [ "full", "extra-traits", ] [dev-dependencies.serde_yaml] version = "0.9.27" [badges.maintenance] status = "experimental"