# 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 = "causal-length" version = "0.2.0" authors = ["Nathan Hawkins "] description = "CRDT's based on causal length sets" keywords = ["crdt", "distributed-systems", "data-structures"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/utsl42/causal-length" [dependencies.num-integer] version = "0" [dependencies.num-traits] version = "0" [dependencies.serde] version = "1" optional = true [dependencies.serde_derive] version = "1" optional = true [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand] version = "0" [dev-dependencies.serde_json] version = "1" [features] default = ["serialization"] serialization = ["serde", "serde_derive"]