rpds 0.6.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]
edition = "2018"
name = "rpds"
version = "0.6.0"
authors = ["Diogo Sousa <diogogsousa@gmail.com>"]
include = ["/src/**/*.rs", "/benches/**/*.rs", "/Cargo.toml", "/LICENSE.md", "/README.md", "/release-notes.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 = "std_linked_list"
harness = false

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

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

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

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

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

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

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

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

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

[dev-dependencies.criterion]
version = "0.2"

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

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

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

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