# 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 = "0.1.0" description = "A set of 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" resolver = "2" [package.metadata.release] allow-branch = ["master"] [dependencies.dyn-clone] version = "1.0.4" optional = true [dev-dependencies.downcast-rs] version = "1.2.0" [dev-dependencies.fastrand] version = "1.5.0" [features] trait-clone = ["dyn-clone"]