rpds 0.4.0

Persistent data structures with structural sharing
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 = "rpds"
version = "0.4.0"
authors = ["Diogo Sousa <diogogsousa@gmail.com>"]
include = ["/src/**/*.rs", "/Cargo.toml", "/LICENSE", "/README.md"]
description = "Persistent data structures with structural sharing"
homepage = "https://github.com/orium/rpds"
documentation = "https://docs.rs/rpds"
readme = "README.md"
keywords = ["data-structure", "data-structures", "persistent", "immutable"]
categories = ["data-structures"]
license = "MPL-2.0"
repository = "https://github.com/orium/rpds"
[package.metadata.docs.rs]
features = ["serde"]

[[bench]]
name = "rust_linked_list"
harness = false

[[bench]]
name = "rpds_list"
harness = false

[[bench]]
name = "rust_vec"
harness = false

[[bench]]
name = "rpds_vector"
harness = false

[[bench]]
name = "rust_hashmap"
harness = false

[[bench]]
name = "rpds_hash_trie_map"
harness = false

[[bench]]
name = "rust_btreemap"
harness = false

[[bench]]
name = "rpds_red_black_tree_map"
harness = false
[dependencies.serde]
version = "1"
optional = true
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.bincode]
version = "1"

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

[features]
fatal-warnings = []
[badges.codecov]
branch = "master"
repository = "orium/rpds"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "orium/rpds"