# 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 = "dyn_derive" version = "0.3.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Inherit and derive object-unsafe traits for dynamic Rust." documentation = "https://docs.rs/dyn_derive" readme = "README.md" keywords = [ "dyn", "derive", "trait", "partial-eq", "clone", ] license = "MIT" repository = "https://github.com/shigma/dyn_derive" [lib] name = "dyn_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "add" path = "tests/add.rs" [[test]] name = "clone" path = "tests/clone.rs" [[test]] name = "dyn_generics" path = "tests/dyn_generics.rs" [[test]] name = "generics" path = "tests/generics.rs" [[test]] name = "input" path = "tests/input.rs" [[test]] name = "partial_eq" path = "tests/partial_eq.rs" [dependencies.dyn_std] version = "0.3.3" [dependencies.proc-macro2] version = "1.0.60" [dependencies.quote] version = "1.0.28" [dependencies.syn] version = "2.0.68" features = [ "extra-traits", "full", ] [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.prettyplease] version = "0.2.20" [dev-dependencies.trybuild] version = "1.0.80" [dev-dependencies.walkdir] version = "2.5.0" [features] default = []