# 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 = "immutable-chunkmap" version = "2.0.5" authors = ["Eric Stokes "] publish = true description = "A fast immutable map and set with batch insert and update methods, COW operations, and big O efficient implementations of set and merge operations" documentation = "https://docs.rs/immutable-chunkmap" readme = "README.md" keywords = [ "map", "set", "immutable", "persistent", "functional", ] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/estokes/immutable-chunkmap" [dependencies.arrayvec] version = "0.7" [dependencies.rayon] version = "1" optional = true [dependencies.serde] version = "1" optional = true [dev-dependencies.paste] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rayon] version = "1" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [features] default = [] rayon = ["dep:rayon"] serde = ["dep:serde"]