toasty-sql 0.7.0

SQL serialization layer for Toasty database drivers
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"
rust-version = "1.95"
name = "toasty-sql"
version = "0.7.0"
authors = ["Carl Lerche <me@carllerche.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL serialization layer for Toasty database drivers"
homepage = "https://github.com/tokio-rs/toasty"
documentation = "https://docs.rs/toasty-sql"
readme = "README.md"
keywords = [
    "orm",
    "database",
    "sql",
    "nosql",
    "async",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/tokio-rs/toasty"
resolver = "2"

[features]
bigdecimal = [
    "dep:bigdecimal",
    "toasty-core/bigdecimal",
]
jiff = [
    "dep:jiff",
    "toasty-core/jiff",
]
rust_decimal = [
    "dep:rust_decimal",
    "toasty-core/rust_decimal",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.bigdecimal]
version = "0.4.10"
optional = true

[dependencies.jiff]
version = "0.2.23"
optional = true

[dependencies.rust_decimal]
version = "1.41.0"
optional = true

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toasty-core]
version = "0.7.0"

[dev-dependencies.expect-test]
version = "1.5"

[lints.rust]
unsafe_code = "deny"