cratefield-core 0.3.1

Factory Zero harness kernel: Module trait, Harness builder, ports, errors
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.98"
name = "cratefield-core"
version = "0.3.1"
build = false
include = [
    "src/**/*",
    "examples/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Factory Zero harness kernel: Module trait, Harness builder, ports, errors"
readme = "README.md"
keywords = [
    "cratefield",
    "harness",
    "backend",
    "axum",
    "modules",
]
categories = [
    "web-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/Cratefield/harness"

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

[[example]]
name = "errors-doc"
path = "examples/errors-doc.rs"

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

[dependencies.axum]
version = "0.8.9"
features = [
    "json",
    "query",
    "form",
    "matched-path",
    "original-uri",
]
default-features = false

[dependencies.base64]
version = "0.23.1"

[dependencies.bytes]
version = "1.12.1"

[dependencies.futures-core]
version = "0.3.34"

[dependencies.hmac]
version = "0.13.0"

[dependencies.http]
version = "1.5.0"

[dependencies.schemars]
version = "1.2.2"
features = ["preserve_order"]

[dependencies.sea-query]
version = "0.32.7"
features = [
    "backend-sqlite",
    "thread-safe",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha2]
version = "0.11.0"

[dependencies.subtle]
version = "2.6.1"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.time]
version = "0.3.45"
features = [
    "std",
    "formatting",
    "parsing",
    "wasm-bindgen",
]
default-features = false

[dependencies.tower]
version = "0.5.3"
features = ["util"]

[dependencies.tower-http]
version = "0.7.1"
features = ["cors"]
default-features = false

[dependencies.tracing]
version = "0.1.44"

[dependencies.ulid]
version = "3.0.0"

[dependencies.unicode-normalization]
version = "0.1.24"

[dev-dependencies.futures-channel]
version = "0.3.34"

[dev-dependencies.insta]
version = "1.48.0"

[dev-dependencies.pollster]
version = "0.4"
features = ["macro"]

[dev-dependencies.schemars]
version = "1.2.2"
features = ["preserve_order"]

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

[lints.clippy.must_use_candidate]
level = "allow"
priority = 1

[lints.rust]
unsafe_code = "forbid"