# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "primitivemap" version = "0.1.0" authors = ["Mike Lubinets "] description = "blazing fast [Integer -> T: Copy] map" homepage = "https://github.com/mersinvald/primitive-map-rs" documentation = "https://docs.rs/primitivemap" keywords = ["hashmap", "container", "data-structure", "primitive", "integer"] categories = ["data-structures", "algorithms"] license = "MIT" repository = "https://github.com/mersinvald/primitive-map-rs" [dependencies.smallvec] version = "0.6.1" [dev-dependencies.indexmap] version = "1.0.1" [badges.is-it-maintained-issue-resolution] repository = "https://github.com/mersinvald/primitive-map-rs" [badges.is-it-maintained-open-issues] repository = "https://github.com/mersinvald/primitive-map-rs" [badges.travis-ci] branch = "master" repository = "mersinvald/primitive-map-rs"