ormdantic-dialects 2.0.1

SQL dialect support for Ormdantic
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"
rust-version = "1.88"
name = "ormdantic-dialects"
version = "2.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL dialect support for Ormdantic"
homepage = "https://ormdantic.yezz.me/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/yezz123/ormdantic"

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

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

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

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

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

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

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

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

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

[[bench]]
name = "dialect_rendering"
path = "benches/dialect_rendering.rs"
harness = false

[dependencies.ormdantic-core]
version = "2.0.1"

[dependencies.ormdantic-schema]
version = "2.0.1"

[dev-dependencies.criterion]
version = "4.7.0"
package = "codspeed-criterion-compat"