# 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 = "sqlx-etorreborre-sqlite" version = "0.7.9" authors = [ "Ryan Leckey ", "Austin Bonander ", "Chloe Ross ", "Daniel Akhterov ", ] description = "SQLite driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details." documentation = "https://docs.rs/sqlx" license = "MIT OR Apache-2.0" repository = "https://github.com/launchbadge/sqlx" [dependencies.atoi] version = "2.0" [dependencies.chrono] version = "0.4.22" optional = true default-features = false [dependencies.flume] version = "0.11.0" features = ["async"] default-features = false [dependencies.futures-channel] version = "0.3.19" features = [ "sink", "alloc", "std", ] default-features = false [dependencies.futures-core] version = "0.3.19" default-features = false [dependencies.futures-executor] version = "0.3.19" [dependencies.futures-intrusive] version = "0.5.0" [dependencies.futures-util] version = "0.3.19" features = [ "alloc", "sink", ] default-features = false [dependencies.libsqlite3-sys] version = "0.27.0" features = [ "pkg-config", "vcpkg", "bundled", "unlock_notify", ] default-features = false [dependencies.log] version = "0.4.17" [dependencies.percent-encoding] version = "2.1.0" [dependencies.regex] version = "1.5.5" optional = true [dependencies.serde] version = "1.0.145" features = ["derive"] optional = true [dependencies.sqlx-etorreborre-core] version = ">=0.7.7" [dependencies.time] version = "0.3.14" features = [ "formatting", "parsing", "macros", ] optional = true [dependencies.tracing] version = "0.1.37" features = ["log"] [dependencies.url] version = "2.2.2" default-features = false [dependencies.urlencoding] version = "2.1.3" [dependencies.uuid] version = "1.1.2" optional = true [dev-dependencies.sqlx-etorreborre] version = ">=0.7.7" features = [ "macros", "runtime-tokio", "tls-none", ] default-features = false [features] any = ["sqlx-etorreborre-core/any"] chrono = ["dep:chrono"] json = [ "sqlx-etorreborre-core/json", "serde", ] migrate = ["sqlx-etorreborre-core/migrate"] offline = [ "sqlx-etorreborre-core/offline", "serde", ] regexp = ["dep:regex"]