[package] name = "stackrup" version = "0.1.5" edition = "2021" description = "Stackrup into the world of micro-rollups using Stackr CLI" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33" reqwest = { version = "0.11", features = ["json"] } 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"