# 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.80" name = "deep_causality_macros" version = "0.4.10" authors = ["Marvin Hansen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macros that generate constructurs and getters." documentation = "https://docs.rs/deep_causality" readme = "README.md" license = "MIT" repository = "https://github.com/deepcausality/deep_causality.rs" [package.metadata.docs.rs] all-features = true [lib] name = "deep_causality_macros" path = "src/lib.rs" proc-macro = true [[example]] name = "macro_example" path = "examples/macro_example.rs" [[test]] name = "collections_tests" path = "tests/collections_tests.rs" [[test]] name = "constructor_tests" path = "tests/constructor_tests.rs" [[test]] name = "getters_tests" path = "tests/getters_tests.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [features]