[package] name = "stackr" version = "0.1.10" edition = "2021" description = "CLI to initialize, develop, and maintain your Stackr Micro-rollups" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" webbrowser = "0.5" warp = "0.3" tokio = { version = "1", features = ["full"] } text_io = "0.1.8" regex = "1.5.4" ethers = "2.0" web3 = "0.19.0" ethereum-tx-sign = "2.0" fs_extra = "1.3.0" reqwest = { version = "0.11.22", features = ["json", "multipart"] }