corium-forms 0.1.44

Boundary conversion between schema/transaction forms and engine types
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"
name = "corium-forms"
version = "0.1.44"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Boundary conversion between schema/transaction forms and engine types"
homepage = "https://github.com/csm/corium"
readme = false
license = "Apache-2.0 OR MIT"

[features]
default = ["toml"]
toml = [
    "dep:serde",
    "dep:toml",
]

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

[dependencies.corium-core]
version = "0.1.44"

[dependencies.corium-db]
version = "0.1.44"

[dependencies.corium-query]
version = "0.1.44"

[dependencies.corium-tx]
version = "0.1.44"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.1.2"
optional = true

[dev-dependencies.proptest]
version = "1"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"