[package] name = "shurjopay-plugin" version = "0.1.1" edition = "2021" authors = ["Shakil Anwar ", "Mahmudul Islam "] categories = ["api-bindings", "encoding"] description = "Rust plugin for for quick integration of shurjopay API" documentation = "https://docs.rs/shurjopay-plugin" keywords = ["shurjopay", "shurjomukhi", "payments", "payment-gateway", "fintech"] license = "MIT" repository = "https://github.com/shurjopay-plugins/sp-plugin-rust" rust-version = "1.63" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" reqwest = { version = "0.11", features = ["json","blocking"] } tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" # log = "0.4.0" # env_logger = "0.10.0" # open = "3.0.3" dotenv = "0.15.0" assert-str = "0.1" webbrowser = "0.8.2"