# 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 = "all-the-same" version = "1.1.0" authors = ["Ivan Nikulin (ifaaan@gmail.com)"] description = "A procedural macro that copy-pastes match arms for new type variant enums." documentation = "https://docs.rs/all-the-same" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/inikulin/all-the-same" [lib] proc-macro = true [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = [ "full", "parsing", "extra-traits", ] [dev-dependencies.tokio] version = "1" features = ["net"] default-features = false