# 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 = "pergola" version = "0.9.0" authors = ["Graydon Hoare "] description = "abstract types for join-semilattices" readme = "README.md" keywords = ["lattice", "semilattice", "join", "algebra", "crdt"] license = "MIT OR Apache-2.0" repository = "http://github.com/graydon/pergola" [dependencies.bit-set] version = "0.5.2" optional = true [dependencies.bit-vec] version = "0.6.2" features = ["serde"] optional = true [dependencies.im] version = "15.0.0" features = ["serde"] optional = true [dependencies.im-rc] version = "15.0.0" features = ["serde"] optional = true [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.proptest] version = "0.9.4" [dev-dependencies.quickcheck] version = "0.9.0" [features] bits = ["bit-vec", "bit-set"] default = ["im", "im-rc", "bits", "serde"]