# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "unionize" version = "0.3.0" authors = ["Jan Winkelmann (keks)"] description = "A variant of Range-based Set Reconciliation" readme = "README.md" keywords = [ "distributed", "decentralized", "protocol", "gossip", "set-reconciliation", ] license = "AGPL-3.0-or-later" repository = "https://github.com/keks/unionize" [dependencies.hex] version = "0.4.3" [dependencies.procinfo] version = "0.4.2" [dependencies.proptest] version = "1.1.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_cbor] version = "0.10" [dependencies.sha2] version = "0.10.6" [dependencies.sise] version = "0.8.0" [dependencies.xs233] version = "0.3" [features] avx2 = ["xs233/avx2"] default = ["sse41"] pclmul = ["xs233/pclmul"] sse41 = ["xs233/sse41"]