[dependencies.dyn_std]
version = "0.3.3"
[dependencies.proc-macro2]
version = "1.0.60"
[dependencies.quote]
version = "1.0.28"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0.68"
[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 = []
[lib]
name = "dyn_derive"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Inherit and derive object-unsafe traits for dynamic Rust."
documentation = "https://docs.rs/dyn_derive"
edition = "2021"
keywords = ["dyn", "derive", "trait", "partial-eq", "clone"]
license = "MIT"
name = "dyn_derive"
readme = "README.md"
repository = "https://github.com/shigma/dyn_derive"
version = "0.3.4"
[[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"