blob: b2e6cc8741b0ee80db6c51a26eb5a91b883bc366 [file] [log] [blame]
Joel Galenson2370d122020-10-12 16:02:26 -07001# 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
David LeGare77e4bb92022-03-02 16:21:23 +00006# to registry (e.g., crates.io) dependencies.
Joel Galenson2370d122020-10-12 16:02:26 -07007#
David LeGare77e4bb92022-03-02 16:21:23 +00008# 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.
Joel Galenson2370d122020-10-12 16:02:26 -070011
12[package]
13edition = "2018"
14name = "weak-table"
David LeGare77e4bb92022-03-02 16:21:23 +000015version = "0.3.2"
Joel Galenson2370d122020-10-12 16:02:26 -070016authors = ["Jesse A. Tov <jesse.tov@gmail.com>"]
17description = "Weak hash maps and sets"
18readme = "README.md"
David LeGare77e4bb92022-03-02 16:21:23 +000019keywords = ["containers", "Rc", "Arc", "weak", "no_std"]
Joel Galenson2370d122020-10-12 16:02:26 -070020license = "MIT"
21repository = "https://github.com/tov/weak-table-rs"
David LeGare77e4bb92022-03-02 16:21:23 +000022[dependencies.ahash]
23version = "0.7.6"
24features = []
25optional = true
Joel Galenson2370d122020-10-12 16:02:26 -070026[dev-dependencies.quickcheck]
David LeGare77e4bb92022-03-02 16:21:23 +000027version = "1"
Joel Galenson2370d122020-10-12 16:02:26 -070028
29[dev-dependencies.rand]
David LeGare77e4bb92022-03-02 16:21:23 +000030version = "0.8.4"
31
32[features]
33alloc = []
34default = ["std"]
35std = []