[dependencies.alloy-chains]
features = ["serde"]
version = "0.2"
[dependencies.alloy-consensus]
default-features = false
version = "1.2"
[dependencies.alloy-contract]
default-features = false
version = "1.2"
[dependencies.alloy-dyn-abi]
default-features = false
version = "1.5"
[dependencies.alloy-eips]
default-features = false
version = "1.2"
[dependencies.alloy-erc20-full]
default-features = false
version = "1.0"
[dependencies.alloy-json-rpc]
version = "1.2"
[dependencies.alloy-network]
default-features = false
version = "1.2"
[dependencies.alloy-primitives]
default-features = false
features = ["std", "rlp"]
version = "1.5"
[dependencies.alloy-provider]
default-features = false
features = ["anvil-node", "reqwest"]
version = "1.2"
[dependencies.alloy-rpc-client]
version = "1.2"
[dependencies.alloy-rpc-types]
version = "1.2"
[dependencies.alloy-sol-type-parser]
version = "1.5"
[dependencies.alloy-sol-types]
features = ["json"]
version = "1.5"
[dependencies.alloy-transport]
version = "1.2"
[dependencies.alloy-transport-http]
default-features = false
features = ["reqwest"]
version = "1.2"
[dependencies.async-trait]
version = "0.1"
[dependencies.bigdecimal]
features = ["serde"]
version = "0.4"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.futures]
default-features = false
features = ["alloc", "std"]
version = "0.3"
[dependencies.odos-sdk]
features = ["v2", "v3", "limit-orders"]
optional = true
version = "1.0"
[dependencies.op-alloy-network]
version = "0.23"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["rt-multi-thread", "fs", "time", "sync"]
version = "1"
[dependencies.tower]
default-features = false
version = "0.5"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
default-features = false
version = "2.5"
[dev-dependencies.alloy-consensus]
version = "1.2"
[dev-dependencies.alloy-transport]
version = "1.2"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.async-trait]
version = "0.1"
[dev-dependencies.dotenvy]
version = "0.15"
[dev-dependencies.proptest]
version = "1.9"
[dev-dependencies.tempfile]
version = "3.24"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[dev-dependencies.tracing-subscriber]
default-features = false
features = ["ansi", "env-filter", "fmt", "json"]
version = "0.3"
[[example]]
name = "custom_dex_integration"
path = "examples/custom_dex_integration.rs"
[[example]]
name = "daily_block_window"
path = "examples/daily_block_window.rs"
[[example]]
name = "eip4844_blob_gas"
path = "examples/eip4844_blob_gas.rs"
[[example]]
name = "router_token_discovery"
path = "examples/router_token_discovery.rs"
[[example]]
name = "usd_value_validation"
path = "examples/usd_value_validation.rs"
[features]
default = []
odos-example = ["dep:odos-sdk"]
ws = ["alloy-provider/pubsub", "alloy-provider/ws"]
[lib]
name = "semioscan"
path = "src/lib.rs"
[package]
authors = ["Joseph Livesey <joseph@semiotic.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "development-tools"]
description = "Production-grade Rust library for blockchain analytics: gas calculation, price extraction, and block window calculations for EVM chains"
documentation = "https://docs.rs/semioscan"
edition = "2021"
homepage = "https://github.com/semiotic-ai/semioscan"
keywords = ["ethereum", "blockchain", "analytics", "defi", "evm"]
license = "Apache-2.0"
name = "semioscan"
readme = "README.md"
repository = "https://github.com/semiotic-ai/semioscan"
rust-version = "1.92"
version = "0.5.2"
[[test]]
name = "mock_price_source_tests"
path = "tests/mock_price_source_tests.rs"
[[test]]
name = "price_source_tests"
path = "tests/price_source_tests.rs"
[[test]]
name = "rate_limiting_property_tests"
path = "tests/rate_limiting_property_tests.rs"
[[test]]
name = "rate_limiting_tests"
path = "tests/rate_limiting_tests.rs"