[dependencies.clap]
features = ["derive"]
version = "3.2.25"
[dependencies.env_logger]
version = "0.9"
[dependencies.log]
version = "0.4"
[dependencies.reqwest]
features = ["json", "multipart"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[package]
authors = ["Rapha raphalrapha@gmail.com"]
description = "A tool for auditing Arbitrum stylus Rust smart contracts"
documentation = "https://github.com/getiAI/getiSDK/blob/main/README.md"
edition = "2021"
homepage = "https://github.com/getiAI"
license = "MIT"
name = "geti"
readme = "README.md"
repository = "https://github.com/getiAI/getiSDK"
version = "0.3.0"