# 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.82.0" name = "spark-cli" version = "0.6.7" authors = ["ComposabilityLabs"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Spark Rust CLI for Market & Orderbook contract interactions" readme = "README.md" keywords = [ "fuel", "sdk", "spark", "cli", "orderbook", ] license = "Apache-2.0" repository = "https://github.com/compolabs/orderbook-contract" resolver = "1" [[bin]] name = "spark-cli" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.fuels] version = "0.66.10" features = ["fuel-core-lib"] [dependencies.spark-market-sdk] version = "0.6.6" [dependencies.spark-proxy-sdk] version = "0.0.2" [dependencies.spark-registry-sdk] version = "0.6.4" [dependencies.tokio] version = "1.41.1" features = [ "rt", "macros", ]