# 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 = "fast_collections" version = "0.65.0" build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "noheap zero copy collections" readme = "README.md" license = "MIT" repository = "https://github.com/Bruce0203/fast_collections" [lib] name = "fast_collections" path = "src/lib.rs" [[test]] name = "sandbox" path = "tests/sandbox.rs" [[bench]] name = "slab" path = "benches/slab.rs" harness = false [dependencies] [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.rand] version = "0.8.5" [features] default = ["std"] std = []