[[bench]]
harness = false
name = "book_updates"
path = "benches/book_updates.rs"
[[bench]]
harness = false
name = "comparison_benchmarks"
path = "benches/comparison_benchmarks.rs"
[[bench]]
harness = false
name = "fill_processing"
path = "benches/fill_processing.rs"
[[bench]]
harness = false
name = "network_benchmarks"
path = "benches/network_benchmarks.rs"
[dependencies.alloy-primitives]
version = "0.8.26"
[dependencies.alloy-signer]
features = ["eip712"]
version = "0.7"
[dependencies.alloy-signer-local]
features = ["eip712"]
version = "0.7"
[dependencies.alloy-sol-types]
features = ["eip712-serde", "json"]
version = "0.8.26"
[dependencies.anyhow]
version = "1.0"
[dependencies.base64]
version = "0.22"
[dependencies.base64ct]
version = "=1.6.0"
[dependencies.bytes]
version = "1.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.dotenvy]
version = "0.15"
[dependencies.futures]
version = "0.3"
[dependencies.futures-util]
version = "0.3"
[dependencies.hickory-resolver]
version = "0.24"
[dependencies.hmac]
version = "0.12"
[dependencies.rand]
version = "0.8"
[dependencies.reqwest]
features = ["json", "stream", "gzip"]
version = "0.12"
[dependencies.rust_decimal]
features = ["serde-with-str"]
version = "1.36"
[dependencies.rust_decimal_macros]
version = "1.36"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.simd-json]
version = "0.13"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.41"
[dependencies.tokio-tungstenite]
features = ["native-tls"]
optional = true
version = "0.21"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dependencies.url]
version = "2.5"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.env_logger]
version = "0.10"
[dev-dependencies.mockito]
version = "1.0"
[dev-dependencies.proptest]
version = "1.0"
[dev-dependencies.tokio-test]
version = "0.4"
[[example]]
name = "benchmark_with_keepalive"
path = "examples/benchmark_with_keepalive.rs"
[[example]]
name = "comprehensive_demo"
path = "examples/comprehensive_demo.rs"
[[example]]
name = "final_benchmark"
path = "examples/final_benchmark.rs"
[[example]]
name = "http2_tuning_benchmark"
path = "examples/http2_tuning_benchmark.rs"
[[example]]
name = "performance_benchmark"
path = "examples/performance_benchmark.rs"
[[example]]
name = "quick_demo"
path = "examples/quick_demo.rs"
[[example]]
name = "side_by_side_benchmark"
path = "examples/side_by_side_benchmark.rs"
[[example]]
name = "snipe"
path = "examples/snipe.rs"
[features]
default = ["stream"]
stream = ["tokio-tungstenite"]
[lib]
name = "polyfill_rs"
path = "src/lib.rs"
[package]
authors = ["Julius Tranquilli <julius@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "network-programming", "finance"]
description = "The Fastest Polymarket Client On The Market."
documentation = "https://docs.rs/polyfill-rs"
edition = "2021"
homepage = "https://github.com/floor-licker/polyfill-rs"
keywords = ["polymarket", "trading", "hft", "crypto", "prediction-markets"]
license = "MIT OR Apache-2.0"
name = "polyfill-rs"
readme = "README.md"
repository = "https://github.com/floor-licker/polyfill-rs"
version = "0.2.2"
[profile.dev]
opt-level = 1
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"
[profile.test]
debug = 2
opt-level = 2
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "order_posting_test"
path = "tests/order_posting_test.rs"
[[test]]
name = "simple_auth_test"
path = "tests/simple_auth_test.rs"