oiseau 0.3.0

Super simple SQL helper
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 = "2024"
name = "oiseau"
version = "0.3.0"
authors = ["trisuaso <me@trisua.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Super simple SQL helper"
homepage = "https://git.0x8e.net/t/oiseau"
readme = "README.md"
license = "AGPL-3.0-or-later"
repository = "https://git.0x8e.net/t/oiseau"

[features]
both = [
    "dep:rusqlite",
    "dep:tokio-postgres",
    "dep:bb8-postgres",
]
default = [
    "both",
    "redis",
]
postgres = [
    "dep:tokio-postgres",
    "dep:bb8-postgres",
]
redis = ["dep:redis"]
sqlite = ["dep:rusqlite"]

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

[dependencies.bb8-postgres]
version = "0.9.0"
optional = true

[dependencies.redis]
version = "1.0.3"
features = [
    "aio",
    "tokio-comp",
]
optional = true

[dependencies.rusqlite]
version = "0.38.0"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tokio-postgres]
version = "0.7.16"
optional = true