forked from carllerche/hashmap2
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCargo.toml
39 lines (36 loc) · 1.34 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[package]
name = "hashmap2"
version = "0.2.0"
authors = ["Alex Crichton <[email protected]>",
"Jorge Aparicio <[email protected]>",
"Alexis Beingessner <[email protected]>",
"Brian Anderson <>",
"tbu- <>",
"Manish Goregaokar <>",
"Aaron Turon <[email protected]>",
"Adolfo Ochagavía <>",
"Niko Matsakis <>",
"Steven Fackler <>",
"Chase Southwood <[email protected]>",
"Eduard Burtescu <>",
"Florian Wilkens <>",
"Félix Raimundo <>",
"Tibor Benke <>",
"Markus Siemens <[email protected]>",
"Josh Branchaud <[email protected]>",
"Huon Wilson <[email protected]>",
"Corey Farwell <[email protected]>",
"Aaron Liblong <>",
"Nick Cameron <[email protected]>",
"Patrick Walton <[email protected]>",
"Felix S Klock II <>",
"Andrew Paseltiner <>",
"Sean McArthur <[email protected]>",
"Vadim Petrochenkov <>",
"Carl Lerche <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Fork of Rust Nightly's HashMap"
repository = "https://github.com/carllerche/hashmap2"
homepage = "https://github.com/carllerche/hashmap2"
[dependencies]
rand = "0.3.12"