[package] name = "parrse-server" version = "0.1.0" # the current version, obeying semver authors = ["Saulo "] edition = "2021" description = "An initial attempt to replace basic features of parse server" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = "0.5.17" deadpool-postgres = "0.10.3" futures = "0.3.25" postgres-types = "0.2.4" rustls = "0.20.7" serde = { version = "1.0.147", features = ["derive"] } tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] } tokio-postgres = "0.7.7" tokio-postgres-rustls = "0.9.0" webpki-roots = "0.22.5"