-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
27 lines (25 loc) · 943 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "shurjopay-plugin"
version = "0.1.1"
edition = "2021"
authors = ["Shakil Anwar <[email protected]>", "Mahmudul Islam <[email protected]>"]
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"