hash-trie 0.4.0

Hash Array Mapped Trie (HAMT) Immutable Set Implementation
Documentation
# 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]
edition = "2018"
name = "hash-trie"
version = "0.4.0"
authors = ["Mitchell Keith Bloch <bazald@gmail.com>"]
description = "Hash Array Mapped Trie (HAMT) Immutable Set Implementation"
readme = "README.md"
keywords = ["hashmap", "nostd", "concurrency", "immutable", "generic"]
license = "MPL-2.0"
repository = "https://github.com/bazald/hash-trie/"
[dependencies.fnv]
version = "1.0.7"

[dependencies.rayon]
version = "1.5.1"
optional = true
[dev-dependencies.im]
version = "15.0.0"

[dev-dependencies.rand]
version = "0.8.3"

[features]
default = []
parallel = ["rayon"]