# 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 = "iderive" version = "1.2.3" authors = ["Maia S. R. <66437537+maia-s@users.noreply.github.com>"] description = "Drop-in replacement for derive that doesn't directly depend on generic bounds" homepage = "https://github.com/maia-s/iderive" documentation = "https://docs.rs/iderive" readme = "README.md" keywords = [ "derive", "proc-macro", ] categories = ["rust-patterns"] license = "Zlib OR MIT OR Apache-2.0 OR BSL-1.0" repository = "https://github.com/maia-s/iderive" [lib] proc-macro = true