sea-orm-ffi 0.1.1

Compatibility layer for Sea-ORM when crossing a Rust-to-Rust FFI boundary
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 = "sea-orm-ffi"
version = "0.1.1"
build = false
include = [
    "LICENSE",
    "README.md",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compatibility layer for Sea-ORM when crossing a Rust-to-Rust FFI boundary"
readme = "README.md"
keywords = [
    "async",
    "ffi",
    "orm",
    "plugin",
]
categories = ["database"]
license = "EUPL-1.2"
repository = "https://codeberg.org/proto-x/sea-orm-ffi"
resolver = "3"

[features]
refinery = [
    "dep:refinery-core",
    "with-time",
]
with-time = [
    "dep:time",
    "sea-orm/with-time",
]
with-uuid = [
    "dep:uuid",
    "sea-orm/with-uuid",
]

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

[dependencies.async-compat]
version = "0.2.5"

[dependencies.async-ffi]
version = "0.5"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.paste]
version = "1.0.15"

[dependencies.refinery-core]
version = "0.9"
optional = true

[dependencies.sea-orm]
version = "1.1"
features = [
    "proxy",
    "runtime-tokio",
]
default-features = false

[dependencies.serde_json]
version = "1.0"
features = ["std"]
default-features = false

[dependencies.time]
version = "0.3.41"
optional = true

[dependencies.uuid]
version = "1.22"
optional = true

[dev-dependencies.anyhow]
version = "1.0.101"

[dev-dependencies.fake]
version = "4.4"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.macro_rules_attribute]
version = "0.2.2"

[dev-dependencies.sea-orm]
version = "1.1"
features = [
    "macros",
    "sqlx-postgres",
]
default-features = false

[dev-dependencies.simple_logger]
version = "5.2"
features = ["stderr"]

[dev-dependencies.smol]
version = "2.0"

[dev-dependencies.smol-macros]
version = "0.1.1"

[lints.clippy]
doc_lazy_continuation = "allow"
manual_is_multiple_of = "allow"
manual_range_contains = "allow"
tabs_in_doc_comments = "allow"

[lints.rust]
elided_lifetimes_in_paths = "forbid"
improper_ctypes_definitions = "deny"
type_alias_bounds = "allow"
unreachable_pub = "warn"

[profile.release]
lto = true
debug = 2