im 11.0.2

Immutable collection datatypes
# 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 = "11.0.2"
authors = ["Bodil Stokke <bodil@bodil.org>"]
build = "./build.rs"
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"

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

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

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

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

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

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

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

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

[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"