[dependencies.clone_dyn_meta]
features = ["enabled"]
version = "~0.15.0"
[dev-dependencies.test_tools]
version = "~0.8.0"
[features]
default = ["enabled"]
enabled = ["clone_dyn_meta/enabled"]
full = ["enabled"]
no_std = []
use_alloc = ["no_std"]
[lints.clippy]
absolute_paths = "allow"
inline_always = "allow"
module_name_repetitions = "allow"
pedantic = "warn"
restriction = "warn"
single_call_fn = "allow"
undocumented_unsafe_blocks = "deny"
[lints.rust]
future_incompatible = "deny"
missing_debug_implementations = "warn"
missing_docs = "warn"
rust_2018_idioms = "deny"
unsafe-code = "warn"
[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Dmytro Kryvoruchko <dmytro.kr@obox.systems>"]
categories = ["algorithms", "development-tools"]
description = "Derive to clone dyn structures.\n"
documentation = "https://docs.rs/clone_dyn"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/clone_dyn"
keywords = ["fundamental", "general-purpose"]
license = "MIT"
name = "clone_dyn"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/clone_dyn"
version = "0.15.0"
[package.metadata.docs.rs]
all-features = false
features = ["full"]