# 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.56" name = "auto-impl-ops" version = "0.2.1" authors = ["Toru3 "] description = "semi-automatic implementation proc-macro for binary operations" documentation = "https://docs.rs/auto-impl-ops/" readme = "README.md" keywords = [ "macro", "automatic", "implementation", "operator", "overload", ] categories = [ "development-tools", "rust-patterns", ] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/Toru3/auto-impl-ops" [lib] proc-macro = true [dependencies.derive-syn-parse] version = "0.1.5" [dependencies.proc-macro2] version = "1.0.51" [dependencies.quote] version = "1.0.23" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.syn] version = "1.0.107" features = [ "full", "extra-traits", ] [dependencies.take_mut] version = "0.2.2" optional = true [dev-dependencies.num-traits] version = "0.2.15" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.prettyplease] version = "0.1.23"