• 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]
13rust-version = "1.6"
14name = "equivalent"
15version = "1.0.2"
16build = false
17autolib = false
18autobins = false
19autoexamples = false
20autotests = false
21autobenches = false
22description = "Traits for key comparison in maps."
23readme = "README.md"
24keywords = [
25    "hashmap",
26    "no_std",
27]
28categories = [
29    "data-structures",
30    "no-std",
31]
32license = "Apache-2.0 OR MIT"
33repository = "https://github.com/indexmap-rs/equivalent"
34
35[lib]
36name = "equivalent"
37path = "src/lib.rs"
38