[package] name = "mozaic4-backend" version = "0.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rocket = { version= "0.5.0-rc.1", features = ["json"] } diesel = { version = "1.4.4", features = ["postgres", "r2d2"] } dotenv = "0.15.0" rust-argon2 = "0.8" rand = "0.8.4" serde = { version = "1.0", features = ["derive"] } serde_bytes = "0.11" chrono = { version = "0.4", features = ["serde"] } serde_json = "1.0" base64 = "0.13.0" [dependencies.rocket_sync_db_pools] version = "0.1.0-rc.1" features = ["diesel_postgres_pool"] [dev-dependencies] parking_lot = "0.11"