# 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 = "kuru-sdk-rs" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust SDK to interact with Kuru Contracts" readme = "README.md" license = "MIT" [lib] name = "kuru_sdk_rs" path = "src/lib.rs" [[example]] name = "create_limit_orders" path = "examples/create_limit_orders.rs" [[example]] name = "forwarder_test" path = "examples/forwarder_test.rs" [[example]] name = "inventory_test" path = "examples/inventory_test.rs" [[example]] name = "process_order" path = "examples/process_order.rs" [[test]] name = "order_tests" path = "tests/order_tests.rs" [dependencies.alloy] version = "0.3.6" features = ["full"] [dependencies.alloy-dyn-abi] version = "0.8.7" features = ["eip712"] [dependencies.alloy-json-abi] version = "0.8.2" [dependencies.alloy-json-rpc] version = "0.3.6" [dependencies.alloy-sol-types] version = "0.8.3" [dependencies.async-trait] version = "0.1.82" [dependencies.dotenv] version = "0.15.0" [dependencies.eyre] version = "0.6.12" [dependencies.futures-util] version = "0.3.30" [dependencies.hex] version = "0.4" [dependencies.native-tls] version = "0.2.12" [dependencies.rand] version = "0.8.0" [dependencies.reqwest] version = "0.12.7" [dependencies.rust_socketio] version = "0.6.0" features = ["async"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.40.0" features = [ "rt-multi-thread", "macros", ] [dependencies.tower-service] version = "0.3.3" [dev-dependencies]