# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "parrse-server" version = "0.1.0" authors = ["Saulo "] description = "An initial attempt to replace basic features of parse server" license = "MIT" resolver = "1" [dependencies.axum] version = "0.5.17" [dependencies.deadpool-postgres] version = "0.10.3" [dependencies.futures] version = "0.3.25" [dependencies.postgres-types] version = "0.2.4" [dependencies.rustls] version = "0.20.7" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.tokio] version = "1.21.2" features = [ "macros", "rt-multi-thread", ] [dependencies.tokio-postgres] version = "0.7.7" [dependencies.tokio-postgres-rustls] version = "0.9.0" [dependencies.webpki-roots] version = "0.22.5"