# 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 = "creed" version = "0.0.0" authors = ["Alessandro Chitolina "] description = "Extensible Database Abstraction Layer for SQL databases" license = "MIT" repository = "https://github.com/alekitto/dbal" [dependencies.chrono] version = "0.4" [dependencies.fallible-iterator] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.mysql_async] version = "0.29" optional = true [dependencies.postgres-native-tls] version = "0.5.0" optional = true [dependencies.regex] version = "1" [dependencies.rusqlite] version = "0.27" features = [ "bundled", "chrono", "column_decltype", "functions", "serde_json", "uuid", ] optional = true [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.9" features = [ "default", "macros", "rt", ] [dependencies.tokio-postgres] version = "0.7.2" optional = true [dependencies.url] version = "2.2" [dependencies.uuid] version = "1.0" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.tokio-test] version = "0.4" [features] default = [ "mysql", "postgres", "sqlite", ] mysql = ["mysql_async"] postgres = [ "postgres-native-tls", "tokio-postgres", ] runtime-tokio-native-tls = [] runtime-tokio-rustls = [] sqlite = ["rusqlite"]