rorm-declaration 0.5.0

The base defintion layer all rorm crates rely on.
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-declaration"
version = "0.5.0"
authors = [
    "myOmikron <git@omikron.dev>",
    "gammelalf",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The base defintion layer all rorm crates rely on."
homepage = "https://rorm.rs"
documentation = "https://docs.rorm.rs"
readme = "README.md"
keywords = [
    "database",
    "declarative",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/rorm-orm/rorm-declaration"

[features]
postgres = []
sqlite = []

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

[dependencies.ordered-float]
version = "~3"
features = ["serde"]

[dependencies.serde]
version = "~1"
features = ["derive"]