# 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_aggregator" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A JSON-RPC service for the Timeline Aggregation Protocol that lets clients request an aggregate receipt from a list of individual receipts." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/semiotic-ai/timeline-aggregation-protocol" [lib] name = "tap_aggregator" path = "src/lib.rs" [[bin]] name = "tap_aggregator" path = "src/main.rs" [dependencies.alloy] version = "0.4.2" features = ["full"] [dependencies.anyhow] version = "1.0.89" [dependencies.axum] version = "0.7.5" features = [ "http1", "json", "matched-path", "original-uri", "query", "tokio", ] default-features = false [dependencies.clap] version = "4.5.15" features = [ "derive", "env", ] [dependencies.futures-util] version = "0.3.28" [dependencies.jsonrpsee] version = "0.24.7" features = [ "macros", "server", "server", "macros", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.19" [dependencies.prometheus] version = "0.13.3" [dependencies.ruint] version = "1.10.1" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.124" features = ["raw_value"] [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tap_core] version = "2.0.0" [dependencies.tokio] version = "1.40.0" features = [ "macros", "signal", ] [dependencies.tower] version = "0.4" features = ["util"] [dependencies.tracing-subscriber] version = "0.3.17" [dev-dependencies.jsonrpsee] version = "0.24.7" features = [ "macros", "server", "http-client", "jsonrpsee-core", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rstest] version = "0.22.0"