refinery-core 0.9.1

This crate should not be used directly, it is internally related to Refinery
Documentation
# 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 = "refinery-core"
version = "0.9.1"
authors = [
    "Katharina Fey <kookie@spacekookie.de>",
    "João Oliveira <hello@jxs.pt>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This crate should not be used directly, it is internally related to Refinery"
documentation = "https://docs.rs/refinery/"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-db/refinery"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
int8-versions = []
mysql_async = ["dep:mysql_async"]
postgres = [
    "dep:postgres",
    "dep:postgres-native-tls",
    "dep:native-tls",
]
rusqlite-bundled = [
    "rusqlite",
    "rusqlite/bundled",
]
serde = [
    "dep:serde",
    "time/serde",
]
tiberius = [
    "dep:tiberius",
    "futures",
    "tokio",
    "tokio/net",
]
tiberius-config = [
    "tiberius",
    "tokio",
    "tokio-util",
    "serde",
]
tokio-postgres = [
    "dep:postgres-native-tls",
    "dep:native-tls",
    "dep:tokio-postgres",
    "tokio",
    "tokio/rt",
]
toml = [
    "serde",
    "dep:toml",
]

[lib]
name = "refinery_core"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.cfg-if]
version = "1.0"

[dependencies.futures]
version = "0.3.16"
features = ["async-await"]
optional = true

[dependencies.log]
version = "0.4"

[dependencies.mysql]
version = ">= 21.0.0, <= 26"
features = ["minimal"]
optional = true
default-features = false

[dependencies.mysql_async]
version = ">= 0.28, <= 0.36"
features = ["minimal"]
optional = true
default-features = false

[dependencies.native-tls]
version = "0.2"
optional = true

[dependencies.postgres]
version = ">=0.17, <= 0.19"
optional = true

[dependencies.postgres-native-tls]
version = "0.5"
optional = true

[dependencies.regex]
version = "1"

[dependencies.rusqlite]
version = ">= 0.23, <= 0.38"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.siphasher]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tiberius]
version = ">= 0.7, <= 0.12"
optional = true
default-features = false

[dependencies.time]
version = "0.3.5"
features = [
    "parsing",
    "formatting",
]

[dependencies.tokio]
version = "1.0"
optional = true

[dependencies.tokio-postgres]
version = ">= 0.5, <= 0.7"
optional = true

[dependencies.tokio-util]
version = "0.7.7"
features = ["compat"]
optional = true

[dependencies.toml]
version = "0.8.8"
optional = true

[dependencies.url]
version = "2.0"

[dependencies.walkdir]
version = "2.3.1"

[dev-dependencies.tempfile]
version = "3.1.0"