# 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 = "datastore_connect" version = "0.1.3" authors = ["Christopher Stocks "] description = "An asynchronous rust library to enable easy connections to a variety of datastores." readme = "README.md" keywords = [ "connection", "async", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ChristopherBStocks/DatastoreConnect" [dependencies.bb8-redis] version = "0.15.0" optional = true [dependencies.env_utils] version = "0.2.0" [dependencies.sqlx] version = "0.7.4" features = [ "runtime-tokio", "tls-rustls", ] optional = true [dependencies.surrealdb] version = "1.3.1" optional = true [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" features = [ "test-util", "macros", ] optional = true [features] default = [] mysql = ["sqlx/mysql"] postgres = ["sqlx/postgres"] redis = ["dep:bb8-redis"] sqlite = ["sqlx/sqlite"] surreal = ["dep:surrealdb"] test = ["tokio"]