[dependencies.app_dirs2]
optional = true
version = "2.5.5"
[dependencies.base64]
version = "0.22.1"
[dependencies.once_cell]
version = "1.17.1"
[dependencies.rand]
version = "0.9"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.160"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.96"
[dependencies.sha2]
optional = true
version = "0.10.6"
[dependencies.tempfile]
optional = true
version = "3.8.0"
[dependencies.tokio]
features = ["sync"]
version = "1.35.1"
[dependencies.tracing]
version = "0.1.37"
[dev-dependencies.tokio]
features = ["full"]
version = "1.35.1"
[features]
default = ["file_check"]
file_check = ["app_dirs2", "sha2", "tempfile"]
[lib]
name = "tx5_core"
path = "src/lib.rs"
[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["network-programming"]
description = "Holochain WebRTC P2P Communication Ecosystem Core Types"
documentation = "https://docs.rs/tx5-core"
edition = "2021"
keywords = ["holochain", "holo", "p2p", "webrtc", "networking"]
license = "MIT OR Apache-2.0"
name = "tx5-core"
readme = "README.md"
repository = "https://github.com/holochain/tx5"
version = "0.5.0"