[package]
name = "revolt"
version = "0.3.0-alpha"
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]
tokio = "0.2.22"
many-to-many = "0.1.2"
#rauth = { git = "https://gitlab.insrt.uk/insert/rauth" }

hive_pubsub = { version = "0.4.1", features = ["mongo"] }
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" }
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket", branch = "master" }
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "master", default-features = false }
mongodb = { version = "1.1.1", features = ["tokio-runtime"], default-features = false }

once_cell = "1.4.1"
dotenv = "0.15.0"
ulid = "0.4.1"

serde = { version = "1.0.115", features = ["derive"] }
serde_json = "1.0.57"
validator = "0.10.1"
bitfield = "0.13.2"

reqwest = { version = "0.10.8", features = ["json"] }
lazy_static = "1.4.0"
num_enum = "0.5.1"
chrono = "0.4.15"
bcrypt = "0.8.2"
time = "0.2.16"
rand = "0.7.3"
lru = "0.6.0"
ws = "0.9.1"

lettre = "0.10.0-alpha.1"
env_logger = "0.7.1"
log = "0.4.11"