[package] name = "server" version = "0.1.0" edition = "2021" default-bin = "server" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rocket = { version = "0.5.0-rc.2", features = [ "json" ] } notmuch = { path = "../notmuch" } shared = { path = "../shared" } serde_json = "1.0.87" thiserror = "1.0.37" serde = { version = "1.0.147", features = ["derive"] } log = "0.4.17" tokio = "1.26.0" glog = "0.1.0" urlencoding = "2.1.3" async-graphql = { version = "6.0.11", features = ["log"] } async-graphql-rocket = "6.0.11" rocket_cors = "0.6.0" rayon = "1.8.0" memmap = "0.7.0" mailparse = "0.14.0" [dependencies.rocket_contrib] version = "0.4.11" default-features = false features = ["json"]