federated-settlement 0.1.0

Typed treaty and settlement surface crate with bounded shared-view evaluators; not a network runtime
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"
rust-version = "1.75.0"
name = "federated-settlement"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed treaty and settlement surface crate with bounded shared-view evaluators; not a network runtime"
readme = "README.md"
license = "MIT"

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

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

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

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

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

[dependencies.schemars]
version = "0.8.22"

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

[dependencies.stack-ids]
version = "0.1.1"

[dev-dependencies.serde_json]
version = "1.0.149"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unimplemented = "deny"

[lints.clippy.expect_used]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"