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

[[test]]
name = "test"
path = "test/test.rs"
[dependencies.bincode]
version = "0.9"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"
[dev-dependencies.maplit]
version = "0.1.3"

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

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