24 lines
652 B
TOML
24 lines
652 B
TOML
[package]
|
|
name = "nym-sfw-provider"
|
|
version = "0.1.0"
|
|
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
base64 = "0.11.0"
|
|
clap = "2.33.0"
|
|
curve25519-dalek = "1.2.3"
|
|
hex = "0.4.0"
|
|
futures = "0.3.1"
|
|
nym-client = { path = "../nym-client" }
|
|
rand = "0.7.2"
|
|
sfw-provider-requests = { path = "./sfw-provider-requests" }
|
|
sphinx = { path = "../sphinx" }
|
|
tokio = { version = "0.2.4", features = ["full"] }
|
|
sha2 = "0.8.0"
|
|
serde = { version = "1.0.104", features = ["derive"] }
|
|
serde_json = "1.0.44"
|
|
hmac = "0.7.1"
|