[package] name = "sp-plugin-rust-test" version = "0.3.6" edition = "2021" authors = ["Shakil Anwar ", "Mahmudul Islam "] categories = ["encoding", "parser-implementations", "no-std"] description = "Rust plugin for for quick integration of shurjopay API" # documentation = "https://docs.rs/sp-plugin-rust-testb/0.2.0/sp-plugin-rust-test" keywords = ["shurjopay", "fintech", "plugin"] license = "MIT OR Apache-2.0" repository = "https://github.com/mahmudulislam299/sp-plugin-rust-test" rust-version = "1.64" # 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 = ["blocking","json"] } tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" # log = "0.4.0" # env_logger = "0.10.0" dotenv = "0.15.0" assert-str = "0.1" webbrowser = "0.8.2" # actix-rt = "*"