# 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 = "kitsune_p2p_block" version = "0.5.0-dev.2" authors = ["Holochain Core Dev Team "] description = "(un)Block datatype for kitsune_p2p" homepage = "https://github.com/holochain/holochain" documentation = "https://docs.rs/kitsune_p2p_block" readme = "README.md" keywords = [ "holochain", "holo", "p2p", "dht", "networking", ] categories = ["network-programming"] license = "Apache-2.0" [dependencies.kitsune_p2p_bin_data] version = "^0.5.0-dev.2" [dependencies.kitsune_p2p_timestamp] version = "^0.5.0-dev.0" [dependencies.serde] version = "1.0" features = ["derive"] [features] sqlite = [ "kitsune_p2p_timestamp/sqlite", "kitsune_p2p_bin_data/sqlite", ] sqlite-encrypted = [ "kitsune_p2p_timestamp/sqlite-encrypted", "kitsune_p2p_bin_data/sqlite-encrypted", ] [lints.clippy] complexity = "deny" correctness = "deny" dbg_macro = "deny" perf = "deny" style = "deny" [lints.clippy.cargo] level = "allow" priority = -1 [lints.clippy.nursery] level = "allow" priority = -1 [lints.clippy.pedantic] level = "allow" priority = -1 [lints.clippy.restriction] level = "allow" priority = -1 [lints.rust.unexpected_cfgs] level = "warn" priority = 0