ferro-orm 0.2.58

Atomic conditional updates and ORM primitives for the Ferro framework
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 = "ferro-orm"
version = "0.2.58"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Atomic conditional updates and ORM primitives for the Ferro framework"
homepage = "https://ferro-rs.dev"
readme = "README.md"
keywords = [
    "orm",
    "sea-orm",
    "atomic",
    "concurrency",
    "ferro",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/albertogferrario/ferro"

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

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

[dependencies.sea-orm]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.sea-orm]
version = "1.0"
features = [
    "sqlx-sqlite",
    "runtime-tokio-native-tls",
    "macros",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]