crdts 0.1.3

Practical serializable CRDTs (counters, LWW, ORSWOT) implemented in Rust
Documentation
[package]
name = "crdts"
description = "Practical serializable CRDTs (counters, LWW, ORSWOT) implemented in Rust"
version = "0.1.3"
authors = ["Tyler Neely <t@jujit.su>"]
license = "Apache-2.0"
homepage = "https://github.com/spacejam/rust-crdt"
repository = "https://github.com/spacejam/rust-crdt"
documentation = "http://spacejam.github.io/docs/crdts/crdts/"
keywords = ["crdt", "data-structures", "distributed-systems", "vector-clock", "orswot"]

[[test]]

name = "test"
path = "test/test.rs"

[dependencies]
rustc-serialize = "0.3.18"
bincode = "0.5.1"
quickcheck = "0.2.27"
rand = "0.3"