kitsune_p2p_bin_data 0.2.6-rc.0

Binary data types for kitsune_p2p
Documentation
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.base64]
version = "0.13"

[dependencies.derive_more]
version = "0.99.7"

[dependencies.holochain_util]
default-features = false
version = "^0.2.5"

[dependencies.kitsune_p2p_dht_arc]
version = "^0.2.6-rc.0"

[dependencies.serde]
features = ["derive", "rc"]
version = ">= 1.0, <= 1.0.166"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.shrinkwraprs]
version = "0.3.0"

[features]
sqlite = ["kitsune_p2p_dht_arc/sqlite"]
sqlite-encrypted = ["kitsune_p2p_dht_arc/sqlite-encrypted"]
test_utils = ["arbitrary"]

[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
categories = ["network-programming"]
description = "Binary data types for kitsune_p2p"
documentation = "https://docs.rs/kitsune_p2p_bin_data"
edition = "2021"
homepage = "https://github.com/holochain/holochain"
keywords = ["holochain", "holo", "p2p", "dht", "networking"]
license = "Apache-2.0"
name = "kitsune_p2p_bin_data"
readme = "README.md"
version = "0.2.6-rc.0"