polymorph 1.0.0

A few utilities to better enable polymorphic behavior in Rust.
Documentation
# 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"
rust-version = "1.56"
name = "polymorph"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A few utilities to better enable polymorphic behavior in Rust."
homepage = "https://github.com/A248/polymorph-rs"
readme = "README.md"
keywords = [
    "polymorphism",
    "utility",
    "trait",
    "dynamic",
    "any",
]
categories = ["rust-patterns"]
license = "Apache-2.0"
repository = "https://github.com/A248/polymorph-rs"

[package.metadata.release]
allow-branch = ["master"]

[features]
trait-clone = ["dyn-clone"]

[lib]
name = "polymorph"
path = "src/lib.rs"

[dependencies.dyn-clone]
version = "1.0.4"
optional = true

[dev-dependencies.downcast-rs]
version = "1.2.0"

[dev-dependencies.fastrand]
version = "1.5.0"