seamantic 0.0.13

A library to enhance SeaORM
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 = "2024"
rust-version = "1.88.0"
name = "seamantic"
version = "0.0.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to enhance SeaORM"
readme = "README.md"
categories = []
license-file = "LICENSE.md"
repository = "https://github.com/QuantumShade/seamantic"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
serde = ["dep:serde"]
sqlite = ["sea-orm-migration/sqlx-sqlite"]

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

[[example]]
name = "migrations"
path = "examples/migrations/main.rs"
required-features = ["sqlite"]

[dependencies.sea-orm]
version = "=2.0.0-rc.38"
default-features = false

[dependencies.sea-orm-migration]
version = "=2.0.0-rc.38"
default-features = false

[dependencies.serde]
version = "^1"
features = [
    "derive",
    "std",
]
optional = true
default-features = false

[dev-dependencies.sea-orm]
version = "=2.0.0-rc.38"
features = [
    "entity-registry",
    "schema-sync",
]
default-features = false

[dev-dependencies.sea-orm-migration]
version = "=2.0.0-rc.38"
features = ["runtime-tokio-rustls"]
default-features = false

[dev-dependencies.serde_test]
version = "^1"
default-features = false

[dev-dependencies.tokio]
version = "^1"
features = [
    "macros",
    "rt",
]
default-features = false

[lints.clippy]
arithmetic_side_effects = "forbid"
as_conversions = "forbid"
checked_conversions = "forbid"
default_union_representation = "forbid"
expect_used = "forbid"
indexing_slicing = "forbid"
integer_division = "forbid"
integer_division_remainder_used = "forbid"
transmute_undefined_repr = "forbid"
unchecked_time_subtraction = "forbid"
unwrap_used = "forbid"

[lints.rust]
arithmetic_overflow = "forbid"
missing_docs = "forbid"
unsafe_code = "forbid"
unused_doc_comments = "forbid"