# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sim2h_server" version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] description = "A simulation of lib3h - server executable" documentation = "https://github.com/holochain/sim2h" readme = "README.md" keywords = ["holochain", "holo", "p2p", "network", "simulation"] categories = ["network-programming"] license = "GPL-3.0-only" repository = "https://github.com/holochain/sim2h" [dependencies.crossbeam-channel] version = "=0.3.8" [dependencies.detach] version = "=0.0.19" [dependencies.env_logger] version = "0.7.0" [dependencies.futures] version = "=0.3.5" [dependencies.holochain_common] version = "=0.0.52-alpha2" [dependencies.holochain_tracing] version = "=0.0.24" [dependencies.holochain_tracing_macros] version = "=0.0.24" [dependencies.lazy_static] version = "=1.4.0" [dependencies.lib3h] version = "=0.0.42" [dependencies.lib3h_protocol] version = "=0.0.42" [dependencies.lib3h_sodium] version = "=0.0.42" [dependencies.log] version = "0.4.8" [dependencies.newrelic] version = "=0.2.2" optional = true [dependencies.protobuf] version = "=2.14.0" [dependencies.sim2h] version = "=0.0.52-alpha2" [dependencies.structopt] version = "=0.2.18" [dependencies.structopt-derive] version = "=0.2.18" [dependencies.tracing-log] version = "=0.1.1" [features] default = [] newrelic-on = ["newrelic"]