cratefield-testing 0.1.1

Conformance kit for Factory Zero modules: fake ports, in-memory Database, request helpers
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-testing"
version = "0.1.1"
build = false
include = [
    "src/**/*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conformance kit for Factory Zero modules: fake ports, in-memory Database, request helpers"
readme = "README.md"
keywords = [
    "cratefield",
    "conformance",
    "testing",
    "fakes",
    "harness",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/Cratefield/harness"

[features]
postgres = [
    "dep:cratefield-adapter-postgres",
    "dep:tokio",
]

[lib]
name = "cratefield_testing"
path = "src/lib.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.bytes]
version = "1.12.1"

[dependencies.cratefield-adapter-postgres]
version = "0.1.0"
optional = true

[dependencies.cratefield-adapter-sqlite]
version = "0.1.0"

[dependencies.cratefield-core]
version = "0.3"

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

[dependencies.http]
version = "1.5.0"

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

[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.time]
version = "0.3.45"
features = [
    "std",
    "formatting",
    "parsing",
    "wasm-bindgen",
]
default-features = false

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "macros",
]
optional = true
default-features = false

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

[dependencies.tracing]
version = "0.1.44"

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

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

[lints.rust]
unsafe_code = "forbid"