# 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 = "dupit" version = "0.2.0" authors = ["Zhang Yanpo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "copy or clone a value" homepage = "https://github.com/drmingdrmer/dupit" documentation = "https://docs.rs/dupit" readme = "src/lib_readme.md" keywords = [ "copy", "clone", ] categories = [ "development-tools", "development-tools::procedural-macro-helpers", "rust-patterns", ] license = "Apache-2.0" repository = "https://github.com/drmingdrmer/dupit" [lib] name = "dupit" path = "src/lib.rs" [[test]] name = "test_compile" path = "tests/test_compile.rs" [[test]] name = "test_dup" path = "tests/test_dup.rs" [dependencies.dupit-derive] version = "0.2.0" [dev-dependencies.macrotest] version = "1" [dev-dependencies.trybuild] version = "1.0"