rorm-sql 0.11.0

The sql abstraction layer.
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 = "rorm-sql"
version = "0.11.0"
authors = ["myOmikron <git@omikron.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The sql abstraction layer."
homepage = "https://rorm.rs"
documentation = "https://docs.rorm.rs"
readme = "README.md"
keywords = [
    "database",
    "abstraction-layer",
    "sqlite",
    "postgres",
    "mysql",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/rorm-orm/rorm-sql"

[package.metadata.docs.rs]
all-features = true

[features]
postgres = []
postgres-only = [
    "postgres",
    "dep:bit-vec",
    "dep:ipnetwork",
    "dep:mac_address",
]
sqlite = ["dep:libsqlite3-sys"]

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

[dependencies.bit-vec]
version = "~0.6"
optional = true

[dependencies.chrono]
version = ">=0.4.20"
default-features = false

[dependencies.ipnetwork]
version = "~0.20"
optional = true

[dependencies.libsqlite3-sys]
version = "~0.30"
optional = true

[dependencies.mac_address]
version = "~1"
optional = true

[dependencies.rorm-declaration]
version = "~0.5"

[dependencies.serde_json]
version = "~1"

[dependencies.time]
version = "~0.3"

[dependencies.uuid]
version = "~1"