crdts 2.0.0

Practical serializable thoroughly tested CRDTs (ORSWOT, counters, LWW) ported from riak_dt
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 = "crdts"
version = "2.0.0"
authors = ["Tyler Neely <t@jujit.su>", "David Rusu <davidrusu.me@gmail.com>"]
description = "Practical serializable thoroughly tested CRDTs (ORSWOT, counters, LWW) ported from riak_dt"
homepage = "https://github.com/rust-crdt/rust-crdt"
documentation = "http://rust-crdt.github.io/rust-crdt/docs/crdts/crdts/"
keywords = ["crdt", "data-structures", "distributed-systems", "vector-clock", "riak"]
license = "Apache-2.0"
repository = "https://github.com/rust-crdt/rust-crdt"
[profile.release]
debug = true

[[test]]
name = "test"
path = "test/test.rs"
[dependencies.hashbrown]
version = "0.1.8"
features = ["serde"]

[dependencies.num-bigint]
version = "0.2.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]
[dev-dependencies.quickcheck]
version = "0.6.2"

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