[package]
edition = "2021"
name = "wanning-core"
version = "0.1.4"
authors = ["changshenhan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wanning 闸核心:预算 / 撤销 / 重放 / 审计(意图层,不碰资金流)"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/directwire/wanning"
[lib]
name = "wanning_core"
path = "src/lib.rs"
[[test]]
name = "expiry_clock"
path = "tests/expiry_clock.rs"
[[test]]
name = "paths"
path = "tests/paths.rs"
[[test]]
name = "pending_flow"
path = "tests/pending_flow.rs"
[[test]]
name = "policy_gate"
path = "tests/policy_gate.rs"
[[test]]
name = "property_budget"
path = "tests/property_budget.rs"
[[test]]
name = "property_state"
path = "tests/property_state.rs"
[[test]]
name = "single_writer"
path = "tests/single_writer.rs"
[[test]]
name = "wal_chain"
path = "tests/wal_chain.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dev-dependencies]