# 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 = "2018" name = "ferrischat_db" version = "0.1.0" include = ["**/*.rs", "Cargo.toml", "/.gitignore", "/LICENSE", "/README.md"] description = "Database utilities for FerrisChat" homepage = "https://ferris.chat" license = "EUPL-1.2" repository = "https://github.com/FerrisChat/Server" [dependencies.sqlx] version = "0.4" features = ["postgres", "macros", "offline", "runtime-actix-rustls", "bigdecimal"] [dependencies.tokio] version = "1.8" features = ["full"]