-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
39 lines (34 loc) · 861 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
28
29
30
31
32
33
34
35
36
37
38
39
[package]
name = "jsonapiunit"
version = "0.1.3"
authors = ["WhizSid <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0.48"
http = "0.2.0"
glob = "0.3.0"
Boa = "0.6.0"
url = "2.1.1"
hyper = "0.13.2"
hyper-proxy = "0.6.0"
json_comments = "0.2.0"
tokio = { version = "0.2.13", features = ["macros", "io-util"] }
typed-headers = "0.2.0"
regex = "1.3.4"
futures = "0.3.4"
colored = "1.9.3"
clap = "2.33.0"
[workspace]
members = [
"example"
]
[package.metadata.deb]
maintainer = "WhizSid <[email protected]>"
copyright = "2020, WhizSid <[email protected]>"
license-file = ["LICENSE","4"]
extended-description = """\
TypeScript like unit testing framework for testing REST JSON APIs."""
depends = "$auto"
section = "utility"
priority = "optional"