# 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 = "hvec" version = "0.4.0" authors = ["Vi "] description = "A Vec-like structure that can store different types of different sizes contiguous with each other in memory." homepage = "https://github.com/mistodon/hvec" readme = "README.md" keywords = [ "vec", "vector", "heterogeneous", "any", ] categories = ["data-structures"] license = "CC0-1.0" repository = "https://github.com/mistodon/hvec" [[bench]] name = "sum_with_optionals" harness = false [dev-dependencies.criterion] version = "~0.3.5" [features] default = ["type_assertions"] no_drop = [] type_assertions = []