strike-sdk 0.1.0

Rust SDK for Strike prediction markets on BNB Chain
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 = "strike-sdk"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for Strike prediction markets on BNB Chain"
readme = "README.md"
keywords = [
    "prediction-markets",
    "bnb-chain",
    "defi",
    "trading",
]
categories = [
    "api-bindings",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/ayazabbas/strike"

[features]
default = ["nonce-manager"]
nonce-manager = []

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

[[example]]
name = "place_orders"
path = "examples/place_orders.rs"

[[example]]
name = "read_markets"
path = "examples/read_markets.rs"

[[example]]
name = "simple_bot"
path = "examples/simple_bot.rs"

[[example]]
name = "stream_events"
path = "examples/stream_events.rs"

[dependencies.alloy]
version = "1"
features = [
    "full",
    "sol-types",
    "contract",
    "provider-http",
    "provider-ws",
    "signer-local",
    "json-abi",
]

[dependencies.eyre]
version = "0.6"

[dependencies.futures-util]
version = "0.3"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"