[package] build = "build.rs" name = "client-core" version = "0.8.0-dev" authors = ["Dave Hrycyszyn "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dirs = "2.0.2" futures = "0.3.1" log = "0.4" rand = { version = "0.7.3", features = ["wasm-bindgen"] } serde = { version = "1.0.104", features = ["derive"] } sled = "0.33" tokio = { version = "0.2", features = ["full"] } # internal config = { path = "../../common/config" } crypto = { path = "../../common/crypto" } directory-client = { path = "../../common/client-libs/directory-client" } gateway-client = { path = "../../common/client-libs/gateway-client" } gateway-requests = { path = "../../gateway/gateway-requests" } nymsphinx = { path = "../../common/nymsphinx" } pemstore = { path = "../../common/pemstore" } topology = { path = "../../common/topology" } [build-dependencies] built = "0.4.3" [dev-dependencies] tempfile = "3.1.0"