# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "idmap" version = "0.2.21" authors = ["Techcable "] description = "Efficient maps of integer id keys to values, backed by an underlying `Vec`" readme = "README.md" license = "MIT" repository = "https://github.com/Techcable/rust-idmap" [package.metadata.docs.rs] features = ["serde", "petgraph"] [dependencies.fixedbitset] version = "^0.4" [dependencies.petgraph] version = "^0.6" optional = true [dependencies.serde] version = "^1.0.11" optional = true [dev-dependencies.idmap-derive] version = "^0.1.1" [dev-dependencies.itertools] version = "^0.9" [dev-dependencies.serde_derive] version = "^1.0.11" [dev-dependencies.serde_test] version = "^1.0.11" [features] default = [] nightly = []