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.6.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.9.0" 26 27[dependencies.serde] 28version = "1.0" 29optional = true 30[dev-dependencies.serde_test] 31version = "1.0" 32 33[features] 34serde_impl = ["serde"] 35[badges.circle-ci] 36branch = "master" 37repository = "kyren/hashlink" 38