wanning-core 0.1.4

Wanning 闸核心:预算 / 撤销 / 重放 / 审计(意图层,不碰资金流)
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"
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]