[package]
edition = "2021"
rust-version = "1.75.0"
name = "dig-epoch"
version = "0.1.0"
authors = ["DIG Network"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DIG L2 epoch geometry, phase machine, manager, and checkpoint competition types"
readme = "README.md"
keywords = [
"blockchain",
"l2",
"chia",
"epoch",
"dig",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/DIG-Network/dig-epoch"
[lib]
name = "dig_epoch"
path = "src/lib.rs"
[[test]]
name = "str_001_test"
path = "tests/crate_structure/str_001_test.rs"
[[test]]
name = "str_002_test"
path = "tests/crate_structure/str_002_test.rs"
[[test]]
name = "con_001_test"
path = "tests/constants/con_001_test.rs"
[[test]]
name = "con_002_test"
path = "tests/constants/con_002_test.rs"
[[test]]
name = "con_003_test"
path = "tests/constants/con_003_test.rs"
[[test]]
name = "con_004_test"
path = "tests/constants/con_004_test.rs"
[[test]]
name = "con_005_test"
path = "tests/constants/con_005_test.rs"
[[test]]
name = "con_006_test"
path = "tests/constants/con_006_test.rs"
[[test]]
name = "err_002_test"
path = "tests/error_types/err_002_test.rs"
[[test]]
name = "typ_001_test"
path = "tests/epoch_types/typ_001_test.rs"
[[test]]
name = "err_001_test"
path = "tests/error_types/err_001_test.rs"
[[test]]
name = "err_003_test"
path = "tests/error_types/err_003_test.rs"
[[test]]
name = "typ_004_test"
path = "tests/epoch_types/typ_004_test.rs"
[[test]]
name = "typ_006_test"
path = "tests/epoch_types/typ_006_test.rs"
[[test]]
name = "typ_007_test"
path = "tests/epoch_types/typ_007_test.rs"
[[test]]
name = "typ_005_test"
path = "tests/epoch_types/typ_005_test.rs"
[[test]]
name = "typ_002_test"
path = "tests/epoch_types/typ_002_test.rs"
[[test]]
name = "typ_003_test"
path = "tests/epoch_types/typ_003_test.rs"
[[test]]
name = "hea_001_test"
path = "tests/height_arithmetic/hea_001_test.rs"
[[test]]
name = "hea_002_test"
path = "tests/height_arithmetic/hea_002_test.rs"
[[test]]
name = "hea_003_test"
path = "tests/height_arithmetic/hea_003_test.rs"
[[test]]
name = "hea_004_test"
path = "tests/height_arithmetic/hea_004_test.rs"
[[test]]
name = "hea_005_test"
path = "tests/height_arithmetic/hea_005_test.rs"
[[test]]
name = "hea_006_test"
path = "tests/height_arithmetic/hea_006_test.rs"
[[test]]
name = "hea_007_test"
path = "tests/height_arithmetic/hea_007_test.rs"
[[test]]
name = "phs_001_test"
path = "tests/phase_machine/phs_001_test.rs"
[[test]]
name = "phs_002_test"
path = "tests/phase_machine/phs_002_test.rs"
[[test]]
name = "phs_003_test"
path = "tests/phase_machine/phs_003_test.rs"
[[test]]
name = "phs_004_test"
path = "tests/phase_machine/phs_004_test.rs"
[[test]]
name = "rew_001_test"
path = "tests/reward_economics/rew_001_test.rs"
[[test]]
name = "rew_002_test"
path = "tests/reward_economics/rew_002_test.rs"
[[test]]
name = "rew_003_test"
path = "tests/reward_economics/rew_003_test.rs"
[[test]]
name = "rew_004_test"
path = "tests/reward_economics/rew_004_test.rs"
[[test]]
name = "rew_005_test"
path = "tests/reward_economics/rew_005_test.rs"
[[test]]
name = "rew_006_test"
path = "tests/reward_economics/rew_006_test.rs"
[[test]]
name = "rew_007_test"
path = "tests/reward_economics/rew_007_test.rs"
[[test]]
name = "mgr_001_test"
path = "tests/epoch_manager/mgr_001_test.rs"
[[test]]
name = "mgr_002_test"
path = "tests/epoch_manager/mgr_002_test.rs"
[[test]]
name = "mgr_003_test"
path = "tests/epoch_manager/mgr_003_test.rs"
[[test]]
name = "mgr_004_test"
path = "tests/epoch_manager/mgr_004_test.rs"
[[test]]
name = "mgr_005_test"
path = "tests/epoch_manager/mgr_005_test.rs"
[[test]]
name = "mgr_006_test"
path = "tests/epoch_manager/mgr_006_test.rs"
[[test]]
name = "mgr_007_test"
path = "tests/epoch_manager/mgr_007_test.rs"
[[test]]
name = "mgr_008_test"
path = "tests/epoch_manager/mgr_008_test.rs"
[[test]]
name = "ckp_001_test"
path = "tests/checkpoint_competition/ckp_001_test.rs"
[[test]]
name = "ckp_002_test"
path = "tests/checkpoint_competition/ckp_002_test.rs"
[[test]]
name = "ckp_003_test"
path = "tests/checkpoint_competition/ckp_003_test.rs"
[[test]]
name = "ckp_004_test"
path = "tests/checkpoint_competition/ckp_004_test.rs"
[[test]]
name = "ckp_005_test"
path = "tests/checkpoint_competition/ckp_005_test.rs"
[[test]]
name = "ver_001_test"
path = "tests/verification/ver_001_test.rs"
[[test]]
name = "ver_002_test"
path = "tests/verification/ver_002_test.rs"
[[test]]
name = "ver_003_test"
path = "tests/verification/ver_003_test.rs"
[[test]]
name = "ver_004_test"
path = "tests/verification/ver_004_test.rs"
[[test]]
name = "ver_005_test"
path = "tests/verification/ver_005_test.rs"
[[test]]
name = "ser_001_test"
path = "tests/serialization/ser_001_test.rs"
[[test]]
name = "ser_002_test"
path = "tests/serialization/ser_002_test.rs"
[[test]]
name = "ser_003_test"
path = "tests/serialization/ser_003_test.rs"
[[test]]
name = "str_003_test"
path = "tests/crate_structure/str_003_test.rs"
[[test]]
name = "str_004_test"
path = "tests/crate_structure/str_004_test.rs"
[[test]]
name = "str_005_test"
path = "tests/crate_structure/str_005_test.rs"
[[test]]
name = "end_to_end_test"
path = "tests/integration/end_to_end_test.rs"
[dependencies.bincode]
version = "1"
[dependencies.chia-bls]
version = "0.26"
[dependencies.chia-consensus]
version = "0.26"
[dependencies.chia-protocol]
version = "0.26"
[dependencies.chia-sdk-signer]
version = "0.30"
[dependencies.chia-sdk-types]
version = "0.30"
[dependencies.chia-sha2]
version = "0.26"
[dependencies.clvm-utils]
version = "0.26"
[dependencies.dig-block]
version = "0.1"
[dependencies.dig-constants]
version = "0.1"
[dependencies.parking_lot]
version = "0.12"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "2"
[dev-dependencies.serde_json]
version = "1"