# 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 = "smart-clone" version = "0.1.0" authors = ["Dominique CLAUSE "] description = "Rust custom-derive macro for Clone with more control on the fields" readme = "README.md" license = "MIT" repository = "https://github.com/dclause/rust-smart-clone" [lib] doctest = false proc-macro = true [[example]] name = "enum_clone" path = "examples/enum_clone.rs" [[example]] name = "struct_clone" path = "examples/struct_clone.rs" [[example]] name = "unit_clone" path = "examples/unit_clone.rs" [[example]] name = "unnamed_struct_clone" path = "examples/unnamed_struct_clone.rs" [dependencies.proc-macro2] version = "1.0" features = ["proc-macro"] [dependencies.quote] version = "1.0" features = ["proc-macro"] [dependencies.syn] version = "2.0" features = ["full"] [badges.maintenance] status = "actively-developed"