[workspace] members = [ "core", "mesh", "blockchain", "defense", "server", "webui", "zhtp_peer", "zhtp_handshake", "zhtp_gossip", "zhtp_blocksync", "zhtp_mesh", "zhtp_identity", "zhtp_defense", ] [workspace.package] edition = "2021" version = "0.1.0" authors = ["AnarchySpace "] [workspace.dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" rand = "0.8" sha3 = "0.10" hex = "0.4" thiserror = "1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "time"] } axum = { version = "0.7", features = ["json"] } tokio = { version = "1", features = ["rt-multi-thread", "macros", "signal"] } tower-http = { version = "0.5", features = ["fs", "cors"] } toml = "0.8" tokio-stream = "0.1" futures-core = "0.3" [profile.release] lto = "thin" codegen-units = 1 panic = "abort"