# 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 = "fusebox" version = "0.8.3" description = "Mostly safe and sound append-only collection of trait objects." readme = "README.md" keywords = [ "trait", "dynamic", "collection", "heterogeneous", ] categories = ["data-structures"] license-file = "LICENSE" repository = "https://github.com/JohnDowson/fusebox" [[bench]] name = "benchmark" harness = false [dependencies.bumpalo] version = "3.11.1" features = ["boxed"] optional = true [dependencies.criterion] version = "0.4.0" features = ["html_reports"] optional = true [dependencies.pprof] version = "0.11.0" features = [ "flamegraph", "criterion", ] optional = true [dependencies.rand] version = "0.8.5" optional = false [features] bench = [ "dep:criterion", "dep:pprof", "dep:bumpalo", ]