-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
56 lines (53 loc) · 1.38 KB
/
Cargo.toml
File metadata and controls
56 lines (53 loc) · 1.38 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
45
46
47
48
49
50
51
52
53
54
55
56
[workspace]
members = [
"crates/*",
"e2e-example/apis",
"e2e-example/bin",
"e2e-example/client",
]
resolver = "3"
[workspace.package]
license = "Apache-2.0"
repository = "https://github.com/oxidecomputer/dropshot-api-manager"
edition = "2024"
rust-version = "1.88"
[workspace.lints]
[workspace.dependencies]
anyhow = "1.0.99"
assert_matches = "1.5.0"
atomicwrites = "0.4.4"
camino = "1.2.2"
camino-tempfile = "1.4.1"
camino-tempfile-ext = "0.3.3"
chrono = { version = "0.4.38", features = ["serde"] }
clap = "4.5"
debug-ignore = "1.0.5"
drift = "0.2.0"
dropshot = "0.17.0"
dropshot-api-manager = { path = "crates/dropshot-api-manager", version = "0.7.1" }
dropshot-api-manager-types = { path = "crates/dropshot-api-manager-types", version = "0.7.1" }
e2e-example-apis = { path = "e2e-example/apis" }
expectorate = "1.2.0"
fs-err = "3.1.1"
git-stub = "1.0.0"
git-stub-vcs = "0.1.0"
hex = "0.4.3"
http = "1.4"
indent_write = "2.2.0"
newtype_derive = "0.1.6"
openapi-lint = { git = "https://github.com/oxidecomputer/openapi-lint", branch = "main" }
openapiv3 = "2.2.0"
owo-colors = "4.3.0"
paste = "1.0.15"
progenitor = "0.13.0"
rayon = "1"
reqwest = { version = "0.13.1", default-features = false, features = ["json"] }
schemars = "0.8.22"
semver = "1.0.27"
serde = "1.0.224"
serde_json = "1.0.145"
sha2 = "0.10.9"
similar = "2.7.0"
supports-color = "3.0.2"
textwrap = "0.16.2"
thiserror = "2.0"