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 believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "hashlink" 16version = "0.7.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 = ["data-structures"] 22license = "MIT OR Apache-2.0" 23repository = "https://github.com/kyren/hashlink" 24[dependencies.hashbrown] 25version = "0.11.0" 26 27[dependencies.serde] 28version = "1.0" 29optional = true 30[dev-dependencies.fxhash] 31version = "0.2.1" 32 33[dev-dependencies.serde_test] 34version = "1.0" 35 36[features] 37serde_impl = ["serde"] 38[badges.circle-ci] 39branch = "master" 40repository = "kyren/hashlink" 41