1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "weak-table"
15version = "0.3.2"
16authors = ["Jesse A. Tov <[email protected]>"]
17description = "Weak hash maps and sets"
18readme = "README.md"
19keywords = ["containers", "Rc", "Arc", "weak", "no_std"]
20license = "MIT"
21repository = "https://github.com/tov/weak-table-rs"
22[dependencies.ahash]
23version = "0.7.6"
24features = []
25optional = true
26[dev-dependencies.quickcheck]
27version = "1"
28
29[dev-dependencies.rand]
30version = "0.8.4"
31
32[features]
33alloc = []
34default = ["std"]
35std = []
36