| 1 | [package] |
|---|---|
| 2 | name = "equivalent" |
| 3 | version = "1.0.2" |
| 4 | rust-version = "1.6" |
| 5 | license = "Apache-2.0 OR MIT" |
| 6 | description = "Traits for key comparison in maps." |
| 7 | repository = "https://github.com/indexmap-rs/equivalent" |
| 8 | keywords = ["hashmap", "no_std"] |
| 9 | categories = ["data-structures", "no-std"] |
| 10 |
