[package] name = "suiweb" version = "0.2.0" edition = "2021" authors = ["Dinesh dineshaitham2@gmail.com"] description = "A Rust Crate for suiweb" keywords = ["suiweb", "sui","move"] license = "ISC" documentaion="https://github.com/dinesh11515/SuiWeb" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.4", features = ["derive"] } dotenv = "0.15.0" pinata-sdk = "1.1.0" tokio = { version = "1.37.0", features = ["full"] }