-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (29 loc) · 902 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
[package]
name = "openapi-interfaces"
version = "0.4.0"
authors = ["Eric Kidd <[email protected]>"]
edition = "2018"
description = "Generate OpenAPI schemas for related GET, POST, PUT and JSON Merge Patch types"
categories = ["command-line-utilities", "web-programming", "ffi"]
keywords = ["openapi", "schema", "json-merge-patch"]
license = "Apache-2.0 OR MIT"
readme = "README.md"
homepage = "https://github.com/faradayio/openapi-interfaces"
repository = "https://github.com/faradayio/openapi-interfaces"
#documentation = ""
[dev-dependencies]
pretty_assertions = "1.2.1"
[dependencies]
anyhow = "1.0.44"
codespan-reporting = "0.11.1"
env_logger = "0.9.0"
json-patch = "0.2.6"
log = "0.4.14"
semver = "1.0"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
serde_with = "1.10.0"
serde_yaml = "0.9.13"
structopt = "0.3.23"
termcolor = "1.1.2"
topological-sort = "0.2.2"