Skip to content
Snippets Groups Projects
Cargo.toml 1.48 KiB
Newer Older
insert's avatar
insert committed
[package]
name = "revolt"
insert's avatar
insert committed
version = "0.3.1"
insert's avatar
insert committed
authors = ["Paul Makles <paulmakles@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ctrlc = { version = "3.0", features = ["termination"] }
async-tungstenite = { version = "0.10.0", features = ["async-std-runtime"] }
rauth = { git = "https://gitlab.insrt.uk/insert/rauth", rev = "8f3ea627" }
async-std = { version = "1.8.0", features = ["tokio02", "attributes"] }
hive_pubsub = { version = "0.4.3", features = ["mongo"] }
rocket_cors = { git = "https://github.com/insertish/rocket_cors", branch = "master" }
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket", rev = "031948c1daaa146128d8a435be116476f2adde00" }
rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "031948c1daaa146128d8a435be116476f2adde00", default-features = false }
mongodb = { version = "1.1.1", features = ["tokio-runtime"], default-features = false }

insert's avatar
insert committed
once_cell = "1.4.1"
insert's avatar
insert committed
dotenv = "0.15.0"
insert's avatar
insert committed
serde = { version = "1.0.115", features = ["derive"] }
insert's avatar
insert committed
validator = { version = "0.11", features = ["derive"] }
snafu = { version = "0.6.9" }
serde_json = "1.0.57"
bitfield = "0.13.2"

reqwest = { version = "0.10.8", features = ["json"] }
lazy_static = "1.4.0"
num_enum = "0.5.1"
insert's avatar
insert committed
chrono = "0.4.15"
time = "0.2.16"
insert's avatar
insert committed
lettre = "0.10.0-alpha.1"
env_logger = "0.7.1"
log = "0.4.11"