# 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 = "cmp_by_derive" version = "0.1.0" exclude = [".github/*"] description = "Derive macro CmpBy and HashBy, respectively deriving traits `Ord`, `PartialOrd`, `Eq` and `PartialEq`, and `Hash` for structs and enums that can't automatically derive from those traits." homepage = "https://github.com/tlaferriere/cmp_by_derive" documentation = "https://github.com/tlaferriere/cmp_by_derive/#readme" readme = "README.md" keywords = [ "derive", "comparing", "ordering", "no_std", "cmp", ] categories = [ "development-tools", "rust-patterns", "development-tools::procedural-macro-helpers", "no_std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tlaferriere/cmp_by_derive" [lib] proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = ["full"] [dev-dependencies.rust-format] version = "0.3" [dev-dependencies.trybuild] version = "1.0.80" features = ["diff"] [build-dependencies.rustc_version] version = "0.4.0"