Files
rfd-notify/Cargo.toml
DG 3e210e5193 Update tokio (#104)
Fix for `thread 'main' panicked at 'there is no reactor running, must be
called from the context of a Tokio 1.x runtime',`
2021-08-21 17:36:57 -04:00

26 lines
649 B
TOML

[package]
name = "rfd-notify"
version = "0.2.1"
authors = ["Dave Gallant <davegallant@gmail.com>"]
edition = "2018"
[dependencies]
sendgrid = { version = "0.17.3", default-features = false, features = ["rustls", "blocking"] }
serde_derive = "1.0.112"
serde = "1.0.127"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
tokio = { version = "1.10", features = ["full"] }
serde_json = "1.0.66"
log = "0.4"
pretty_env_logger = "0.4.0"
regex = "1.5.4"
rust-crypto = "^0.2"
sled = "0.34.6"
clap = "2.33.3"
envconfig = "0.10.0"
envconfig_derive = "0.10.0"
serde_yaml = "0.8"
[dev-dependencies]
serial_test = "*"