[package] name = "holochain_net" version = "0.0.52-alpha2" description = "holochain net" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" documentation = "https://github.com/holochain/holochain-rust" authors = ["Holochain Core Dev Team "] edition = "2018" [dependencies] failure = "=0.1.7" sim2h = { version = "=0.0.52-alpha2", path = "../sim2h" } lib3h_sodium = "=0.0.42" lib3h_protocol = "=0.0.42" lib3h = "=0.0.42" lib3h_zombie_actor = "=0.0.42" detach = "=0.0.19" holochain_tracing = "=0.0.24" holochain_metrics = { version = "=0.0.52-alpha2", path = "../metrics" } holochain_conductor_lib_api = { version = "=0.0.52-alpha2", path = "../conductor_api" } holochain_core_types = { version = "=0.0.52-alpha2", path = "../core_types" } holochain_locksmith = { version = "=0.0.52-alpha2", path = "../locksmith" } holochain_json_derive = "=0.0.23" holochain_json_api = "=0.0.23" holochain_tracing_macros = "=0.0.24" holochain_persistence_api = "=0.0.18" holochain_common = { version = "=0.0.52-alpha2", path = "../common" } in_stream = { version = "=0.0.52-alpha2", path = "../in_stream" } lazy_static = "=1.4.0" reqwest = "=0.9.11" serde = "=1.0.104" serde_derive = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } serde_bytes = "=0.10.5" regex = "=1.1.2" snowflake = "=1.3.0" tokio = { version = "=0.2.11", features = ["full"] } url = { version = "=2.1.0", features = ["serde"] } url2 = "=0.0.4" crossbeam-channel = "=0.3.8" parking_lot = "=0.8.0" env_logger = "=0.6.1" holochain_logging = "=0.0.7" log = "0.4.8" newrelic = { version = "=0.2.2", optional = true } im = { version = "=14.0.0", features = ["serde"] } protobuf = "=2.14.0" [features] default = [] newrelic-on = ["newrelic"]