odos-sdk 4.0.2

Rust SDK for Odos
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 = "2021"
name = "odos-sdk"
version = "4.0.2"
authors = ["Joseph Livesey <joseph@semiotic.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for Odos"
homepage = "https://crates.io/crates/odos-sdk"
readme = "README.md"
keywords = [
    "defi",
    "ethereum",
    "web3",
    "blockchain",
    "sdk",
]
categories = [
    "finance",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/semiotic-ai/odos-sdk"

[features]
contracts = [
    "v2",
    "v3",
    "limit-orders",
    "multicall",
]
default = [
    "v2",
    "v3",
    "multicall",
]
limit-orders = ["v2"]
minimal = []
multicall = [
    "dep:alloy-contract",
    "dep:alloy-provider",
    "dep:alloy-transport",
]
op-stack = [
    "dep:op-alloy-network",
    "dep:op-alloy-rpc-types",
    "v2",
    "v3",
]
v2 = [
    "dep:alloy-contract",
    "dep:alloy-provider",
    "dep:alloy-transport",
]
v3 = ["v2"]

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

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

[dependencies.alloy-chains]
version = "0.2"

[dependencies.alloy-contract]
version = "~1.7"
optional = true
default-features = false

[dependencies.alloy-network]
version = "~1.7"
default-features = false

[dependencies.alloy-primitives]
version = "1.5"
features = [
    "std",
    "rlp",
]
default-features = false

[dependencies.alloy-provider]
version = "~1.7"
features = ["reqwest"]
optional = true
default-features = false

[dependencies.alloy-rpc-types]
version = "~1.7"

[dependencies.alloy-sol-types]
version = "1.5"
features = ["json"]

[dependencies.alloy-transport]
version = "~1.7"
optional = true
default-features = false

[dependencies.backon]
version = "1.6"

[dependencies.bon]
version = "3.9.1"

[dependencies.op-alloy-network]
version = "0.24"
optional = true

[dependencies.op-alloy-rpc-types]
version = "0.24"
optional = true

[dependencies.reqwest]
version = "0.13.2"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52"
features = [
    "time",
    "rt",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5"

[dependencies.uuid]
version = "1.23.1"
features = [
    "serde",
    "v4",
]

[dev-dependencies.alloy-provider]
version = "~1.7"
features = [
    "anvil-node",
    "reqwest",
]
default-features = false

[dev-dependencies.http]
version = "1.4"

[dev-dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.wiremock]
version = "0.6.5"