-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
44 lines (41 loc) · 1.16 KB
/
Cargo.toml
File metadata and controls
44 lines (41 loc) · 1.16 KB
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
40
41
42
43
44
[package]
name = "hit-cli"
version = "0.5.1"
edition = "2021"
authors = ["Mehmood S. Deshmukh <meshde.md@gmail.com>"]
homepage = "https://usehit.dev"
repository = "https://github.com/meshde/hit-cli"
license-file = "LICENSE"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
arboard = "3.3.2"
array_tool = "1.0.3"
clap = {version="4.5.4", features=["derive", "string"]}
clap_complete = {version="4.5.23", features=["unstable-dynamic"]}
colored = "2.1.0"
colored_json = "5.0.0"
commands = "0.0.5"
convert_case = "0.6.0"
crossterm = "0.27.0"
directories = "5.0.1"
edit = "0.1.5"
flatten-json-object = "0.6.1"
getopts = "0.2.21"
handlebars = "5.1.2"
human-panic = "2.0.2"
hyper = "1.3.1"
inquire = "0.7.5"
openapiv3 = "1.0.1"
regex = "1.10.4"
reqwest = {version="0.12.3", features=["json"]}
serde = {version="1.0.200", features=["derive"]}
serde_json = "1.0"
serde_yaml = "0.9"
strum = {version="0.26.2", features=["derive"]}
tempfile = "3.12.0"
tokio = {version = "1.37.0", features = ["full"]}
[dev-dependencies]
assert_cmd = "2.0.17"
insta = {version="1.43.1", features=["json"]}
predicates = "3.1.3"
rstest = "0.25.0"