rust-rel8 0.1.4

Rel8 but in rust
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 = "rust-rel8"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rel8 but in rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/simmsb/rust-rel8"

[package.metadata.docs.rs]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]

[features]
default = [
    "sqlx",
    "sqlx-postgres",
    "derive",
]
derive = ["dep:rust-rel8-derive"]
sqlx = [
    "dep:sqlx",
    "dep:sea-query-sqlx",
    "rust-rel8-derive?/sqlx",
]
sqlx-postgres = ["sea-query-sqlx/sqlx-postgres"]

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

[[test]]
name = "queries"
path = "tests/queries.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.bytemuck]
version = "1.24.0"
features = [
    "derive",
    "must_cast",
]

[dependencies.itertools]
version = "0.14.0"

[dependencies.perfect-derive]
version = "0.1.5"

[dependencies.rust-rel8-derive]
version = "0.1.1"
optional = true

[dependencies.sea-query]
version = "=1.0.0-rc.29"
features = ["backend-postgres"]
default-features = false

[dependencies.sea-query-sqlx]
version = "0.8.0-rc.11"
optional = true

[dependencies.sqlx]
version = "0.8.6"
optional = true

[dependencies.type-equalities]
version = "0.3.1"

[dependencies.variadics_please]
version = "1.1.0"

[dev-dependencies.async-std]
version = "1.13.2"
features = ["attributes"]

[dev-dependencies.itertools]
version = "0.14.0"

[dev-dependencies.perfect-derive]
version = "0.1.5"

[dev-dependencies.rust-rel8-derive]
version = "0.1.0"
features = ["sqlx"]

[dev-dependencies.sea-query-sqlx]
version = "0.8.0-rc.11"
features = [
    "sqlx-postgres",
    "runtime-async-std",
]

[dev-dependencies.sqlx]
version = "0.8.6"

[dev-dependencies.trybuild]
version = "1.0.114"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(docsrs_dep)"]