# 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" rust-version = "1.79.0" name = "spark-orderbook-sdk" version = "0.2.1" authors = ["ComposabilityLabs"] build = false include = [ "orderbook-contract/out/release/*", "src/lib.rs", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Spark Rust SDK for Orderbook contract interaction" readme = "README.md" license = "Apache-2.0" resolver = "1" [lib] name = "spark_orderbook_sdk" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.fuels] version = "0.65.1" features = ["fuel-core-lib"] [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.38" features = [ "rt", "macros", ]