somnia-core 0.4.1

Type-safe SurrealDB query builder and expression tree — core of the somnia 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"
rust-version = "1.95"
name = "somnia-core"
version = "0.4.1"
authors = ["Vikram Bhaskaran <vikram.bhaskaran@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe SurrealDB query builder and expression tree — core of the somnia ORM."
homepage = "https://github.com/vbasky/somnia"
readme = "README.md"
keywords = [
    "surrealdb",
    "orm",
    "query-builder",
    "database",
    "surrealql",
]
categories = [
    "database",
    "database-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/vbasky/somnia"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.surrealdb-types]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v7",
]