# 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 = "pgui-api" version = "0.1.1" authors = ["CoreDB.io"] description = "A backend API for pgUI." homepage = "https://www.coredb.io" keywords = [ "api", "postgres", ] license = "Apache-2.0" repository = "https://github.com/CoreDB-io/coredb/tree/main/pgUI/api" [dependencies.actix-web] version = "4.3.0" [dependencies.base64] version = "0.21.0" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.7.1" [dependencies.sqlx] version = "0.6" features = [ "runtime-tokio-native-tls", "postgres", "chrono", ] [dependencies.thiserror] version = "1.0.38" [dependencies.url] version = "2.3.1"