nautilus-orm-dialect 1.1.0

SQL dialect renderers for Nautilus ORM
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 = "nautilus-orm-dialect"
version = "1.1.0"
authors = ["y0gm4"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL dialect renderers for Nautilus ORM"
readme = "README.md"
keywords = [
    "orm",
    "database",
    "sql",
    "query-builder",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/y0gm4/nautilus"

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

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

[dependencies.nautilus-core]
version = "1.0.1"
package = "nautilus-orm-core"

[dev-dependencies]

[lints.clippy]
all = "warn"
nursery = "allow"
pedantic = "allow"

[lints.rust]
unsafe_code = "forbid"