# 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 = "rearch-macros" version = "0.6.0" authors = ["Gregory Conrad "] description = "Re-imagined approach to application design and architecture" homepage = "https://rearch.gsconrad.com" documentation = "https://rearch.gsconrad.com" readme = "README.md" keywords = [ "design", "architecture", "reactive", "immutable", "dependency-injection", ] categories = [ "caching", "concurrency", ] license = "MIT" repository = "https://github.com/GregoryConrad/rearch-rs" [lib] proc-macro = true [dependencies.quote] version = "1.0.26" [dependencies.syn] version = "2.0.15" features = ["full"] [lints.clippy] all = "warn" cargo = "warn" clone_on_ref_ptr = "warn" complexity = "warn" correctness = "warn" nursery = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn" unwrap_used = "warn" [lints.rust] unsafe_code = "forbid"