im 12.3.0

Immutable collection datatypes
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]
name = "im"
version = "12.3.0"
authors = ["Bodil Stokke <bodil@bodil.org>"]
build = "./build.rs"
exclude = ["dist/**", "rc/**", "release.toml", "Makefile.toml", "proptest-regressions/**"]
description = "Immutable collection datatypes"
homepage = "http://immutable.rs/"
documentation = "http://immutable.rs/"
readme = "./README.md"
keywords = ["immutable", "persistent", "hamt", "b-tree", "rrb-tree"]
categories = ["data-structures"]
license = "MPL-2.0+"
repository = "https://github.com/bodil/im-rs"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docs_rs_workaround"]

[lib]
path = "./src/lib.rs"
[dependencies.proptest]
version = "0.8"
optional = true

[dependencies.quickcheck]
version = "0.8"
optional = true

[dependencies.rayon]
version = "1.0"
optional = true

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.typenum]
version = "1.10"
[dev-dependencies.metrohash]
version = "1.0.6"

[dev-dependencies.pretty_assertions]
version = "0.5"

[dev-dependencies.proptest]
version = "0.8"

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

[dev-dependencies.rayon]
version = "1.0"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"
[build-dependencies.rustc_version]
version = "0.2"
[badges.travis-ci]
repository = "bodil/im-rs"