[package] name = "negentropy" version = "0.4.3" edition = "2018" description = "Rust implementation of the negentropy set-reconciliation protocol." authors = ["Yuki Kishimoto "] homepage = "https://github.com/yukibtc/rust-negentropy" repository = "https://github.com/yukibtc/rust-negentropy.git" license = "MIT" rust-version = "1.51.0" exclude = ["fuzz"] [features] default = ["std"] std = [] [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [[example]] name = "negentropy"