tokmd-substrate 1.9.0

Shared repo substrate context for cross-sensor coordination.
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"
name = "tokmd-substrate"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared repo substrate context for cross-sensor coordination."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-substrate"
readme = "README.md"
keywords = [
    "substrate",
    "context",
    "sensor",
    "code-analysis",
]
categories = [
    "development-tools",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dev-dependencies.proptest]
version = "1.10.0"

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