# 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 = "tap_core" version = "2.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core Timeline Aggregation Protocol library: a fast, efficient and trustless unidirectional micro-payments system." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/semiotic-ai/timeline-aggregation-protocol" [lib] name = "tap_core" path = "src/lib.rs" [[test]] name = "escrow_test" path = "tests/escrow_test.rs" [[test]] name = "manager_test" path = "tests/manager_test.rs" [[test]] name = "rav_test" path = "tests/rav_test.rs" [[test]] name = "receipt_test" path = "tests/receipt_test.rs" [[test]] name = "received_receipt_test" path = "tests/received_receipt_test.rs" [[bench]] name = "timeline_aggretion_protocol_benchmark" path = "benches/timeline_aggretion_protocol_benchmark.rs" harness = false [dependencies.alloy] version = "0.4.2" features = ["full"] [dependencies.anyhow] version = "1.0.89" [dependencies.anymap3] version = "1.0.0" [dependencies.async-trait] version = "0.1.72" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.40.0" features = [ "macros", "signal", ] [dev-dependencies.criterion] version = "0.5" features = ["async_std"] [dev-dependencies.rstest] version = "0.22.0" [features] default = ["in_memory"] in_memory = []