• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 = "slotmap"
15version = "1.0.7"
16authors = ["Orson Peters <orsonpeters@gmail.com>"]
17description = "Slotmap data structure"
18readme = "README.md"
19keywords = [
20    "slotmap",
21    "storage",
22    "allocator",
23    "arena",
24    "reference",
25]
26categories = [
27    "data-structures",
28    "memory-management",
29    "caching",
30]
31license = "Zlib"
32repository = "https://github.com/orlp/slotmap"
33
34[dependencies.serde]
35version = "1.0"
36features = [
37    "derive",
38    "alloc",
39]
40optional = true
41default-features = false
42
43[dev-dependencies.fxhash]
44version = "0.2.1"
45
46[dev-dependencies.quickcheck]
47version = "0.9"
48
49[dev-dependencies.serde]
50version = "1.0"
51
52[dev-dependencies.serde_derive]
53version = "1.0"
54
55[dev-dependencies.serde_json]
56version = "1.0"
57
58[build-dependencies.version_check]
59version = "0.9"
60
61[features]
62default = ["std"]
63std = []
64unstable = []
65