• 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"
14rust-version = "1.65"
15name = "hashlink"
16version = "0.10.0"
17authors = ["kyren <kerriganw@gmail.com>"]
18description = "HashMap-like containers that hold their key-value pairs in a user controllable order"
19documentation = "https://docs.rs/hashlink"
20readme = "README.md"
21keywords = [
22    "data-structures",
23    "no_std",
24]
25license = "MIT OR Apache-2.0"
26repository = "https://github.com/kyren/hashlink"
27
28[dependencies.hashbrown]
29version = "0.15"
30features = [
31    "default-hasher",
32    "inline-more",
33]
34default-features = false
35
36[dependencies.serde]
37version = "1.0"
38optional = true
39default-features = false
40
41[dev-dependencies.rustc-hash]
42version = "2"
43
44[dev-dependencies.serde_test]
45version = "1.0"
46
47[features]
48serde_impl = ["serde"]
49
50[badges.circle-ci]
51branch = "master"
52repository = "kyren/hashlink"
53