596bc76cc6
* Updated all non-breaking dependencies * Updated common/crypto dependencies * Updated all tokio [and associated] dependencies to most recent version * Bumped version of rand_distr * Fixed api changes in tests * Made clippy happier about the acronym * Fixed the type while trying to make clippy even happier * nightly cargo fmt
19 lines
630 B
TOML
19 lines
630 B
TOML
[package]
|
|
name = "nym-explorer"
|
|
version = "0.9.2"
|
|
authors = ["dave <futurechimp@users.noreply.github.com>", "Jedrzej Stuczynski <andrew@nymtech.net>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = "2.33"
|
|
# no point in importing entire futures crate
|
|
futures-util = "0.3"
|
|
log = "0.4"
|
|
reqwest = "0.11"
|
|
rocket = "0.4"
|
|
rocket_contrib = "0.4"
|
|
tokio = { version = "1.4", features = ["net", "rt-multi-thread", "macros"] }
|
|
tokio-tungstenite = {version = "0.14", features = ["native-tls"] }
|
|
tokio-stream = { version = "0.1", features = [ "sync" ] } |