-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (27 loc) · 717 Bytes
/
Copy pathCargo.toml
File metadata and controls
30 lines (27 loc) · 717 Bytes
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
[package]
name = "rocs"
version = "1.0.22-alpha.0"
authors = ["OpenAPI Generator team and contributors"]
description = "Rust OSB client"
license = "MIT"
edition = "2018"
[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
serde_yaml = "^0.8"
clap = { version = "3.1.18", features = ["cargo", "env"] }
prettytable-rs = "^0.8"
uuid = { version = "1.0.0", features = ["v4"] }
dirs = "4.0.0"
chrono = "0.4.19"
rusqlite = { version = "0.27.0", features = ["chrono"] }
rocl = "0.0.7"
valico = "3.2.0"
openapiv3 = "1.0.1"
tokio = { version = "1", features = ["full"] }
[dependencies.reqwest]
version = "^0.11"
default-features = false
features = ["json", "multipart", "rustls-tls"]
[dev-dependencies]