# 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 = "2018" name = "dync" version = "0.5.7" authors = ["Egor Larionov "] description = "An efficient alternative to `dyn Trait` for containerized types" homepage = "https://github.com/elrnv/dync" readme = "README.md" keywords = [ "dyn", "trait", "vec", "any", ] license = "MIT OR Apache-2.0" repository = "https://github.com/elrnv/dync" [profile.opt] debug = 2 inherits = "release" [[bench]] name = "type_erasure" harness = false [dependencies.downcast-rs] version = "1.1.1" [dependencies.dync-derive] version = "0.4" optional = true [dependencies.num-traits] version = "0.2" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8" [features] default = ["traits"] numeric = ["num-traits"] traits = ["dync-derive"] [badges.travis-ci] branch = "master" repository = "elrnv/dync"