205 lines
3.6 KiB
TOML
205 lines
3.6 KiB
TOML
# 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"
|
|
rust-version = "1.94.0"
|
|
name = "sqlx-mysql"
|
|
version = "0.9.0"
|
|
authors = [
|
|
"Ryan Leckey <leckey.ryan@gmail.com>",
|
|
"Austin Bonander <austin.bonander@gmail.com>",
|
|
"Chloe Ross <orangesnowfox@gmail.com>",
|
|
"Daniel Akhterov <akhterovd@gmail.com>",
|
|
]
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "MySQL driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details."
|
|
documentation = "https://docs.rs/sqlx"
|
|
readme = false
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/launchbadge/sqlx"
|
|
|
|
[features]
|
|
any = ["sqlx-core/any"]
|
|
bigdecimal = [
|
|
"dep:bigdecimal",
|
|
"sqlx-core/bigdecimal",
|
|
]
|
|
chrono = [
|
|
"dep:chrono",
|
|
"sqlx-core/chrono",
|
|
]
|
|
default = []
|
|
json = [
|
|
"sqlx-core/json",
|
|
"serde",
|
|
]
|
|
migrate = [
|
|
"sqlx-core/migrate",
|
|
"dep:crc",
|
|
]
|
|
offline = [
|
|
"sqlx-core/offline",
|
|
"serde/derive",
|
|
"bitflags/serde",
|
|
]
|
|
rsa = [
|
|
"dep:rand",
|
|
"dep:rsa",
|
|
]
|
|
rust_decimal = [
|
|
"dep:rust_decimal",
|
|
"rust_decimal/maths",
|
|
"sqlx-core/rust_decimal",
|
|
]
|
|
time = [
|
|
"dep:time",
|
|
"sqlx-core/time",
|
|
]
|
|
uuid = [
|
|
"dep:uuid",
|
|
"sqlx-core/uuid",
|
|
]
|
|
|
|
[lib]
|
|
name = "sqlx_mysql"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.bigdecimal]
|
|
version = "0.4.0"
|
|
optional = true
|
|
|
|
[dependencies.bitflags]
|
|
version = "2.4"
|
|
default-features = false
|
|
|
|
[dependencies.byteorder]
|
|
version = "1.4.3"
|
|
features = ["std"]
|
|
default-features = false
|
|
|
|
[dependencies.bytes]
|
|
version = "1.2.0"
|
|
|
|
[dependencies.chrono]
|
|
version = "0.4.34"
|
|
features = [
|
|
"std",
|
|
"clock",
|
|
]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.crc]
|
|
version = "3.0.0"
|
|
optional = true
|
|
|
|
[dependencies.digest]
|
|
version = "0.11.2"
|
|
features = ["alloc"]
|
|
default-features = false
|
|
|
|
[dependencies.dotenvy]
|
|
version = "0.15.7"
|
|
default-features = false
|
|
|
|
[dependencies.either]
|
|
version = "1.6.1"
|
|
|
|
[dependencies.futures-core]
|
|
version = "0.3.32"
|
|
default-features = false
|
|
|
|
[dependencies.futures-util]
|
|
version = "0.3.32"
|
|
features = [
|
|
"alloc",
|
|
"sink",
|
|
"io",
|
|
]
|
|
default-features = false
|
|
|
|
[dependencies.generic-array]
|
|
version = "0.14.4"
|
|
default-features = false
|
|
|
|
[dependencies.log]
|
|
version = "0.4.18"
|
|
|
|
[dependencies.percent-encoding]
|
|
version = "2.3.0"
|
|
|
|
[dependencies.rand]
|
|
version = "0.10.1"
|
|
features = ["thread_rng"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.rsa]
|
|
version = "0.10.0-rc.18"
|
|
optional = true
|
|
|
|
[dependencies.rust_decimal]
|
|
version = "1.36.0"
|
|
features = ["std"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.219"
|
|
optional = true
|
|
|
|
[dependencies.sha1]
|
|
version = "0.11.0"
|
|
default-features = false
|
|
|
|
[dependencies.sha2]
|
|
version = "0.11.0"
|
|
default-features = false
|
|
|
|
[dependencies.sqlx-core]
|
|
version = "=0.9.0"
|
|
|
|
[dependencies.thiserror]
|
|
version = "2.0.18"
|
|
features = ["std"]
|
|
default-features = false
|
|
|
|
[dependencies.time]
|
|
version = "0.3.47"
|
|
features = [
|
|
"formatting",
|
|
"parsing",
|
|
"macros",
|
|
]
|
|
optional = true
|
|
|
|
[dependencies.tracing]
|
|
version = "0.1.37"
|
|
features = ["log"]
|
|
|
|
[dependencies.uuid]
|
|
version = "1.12.1"
|
|
optional = true
|
|
|
|
[dev-dependencies]
|
|
|
|
[lints.clippy]
|
|
cast_possible_truncation = "deny"
|
|
cast_possible_wrap = "deny"
|
|
cast_sign_loss = "deny"
|
|
disallowed_methods = "deny"
|