# 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" name = "box_any" version = "0.2.0" authors = ["Lorenzo Vannucci "] description = """ Provides a dynamic box type `BoxAny`, which contains a `Box` value. `BoxAny` is similar to Box but it doesn't use fat pointer to dynamic dispatch. """ documentation = "https://docs.rs/box_any/" readme = "README.md" keywords = [ "downcast", "dispatch", "any", "dynamic", "box", ] license = "MIT" repository = "https://github.com/uccidibuti/box_any" [[bench]] name = "bench" harness = false [dependencies] [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]