-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
36 lines (33 loc) · 1.07 KB
/
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
[package]
authors = ["Emil Jonathan Eriksson <[email protected]>"]
name = "indicate"
version = "0.2.1"
edition = "2021"
description = "Library behind cargo-indicate"
keywords = ["cargo", "search", "dependencies", "graphql"]
categories = ["development-tools::cargo-plugins"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/volvo-cars/cargo-indicate"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
trustfall = "0.4"
serde = { version = "1.0", features = ["derive"] }
ron = "0.8"
serde_json = "1.0"
cargo_metadata = "0.15"
octorust = { version = "0.3", features = ["httpcache", "rustls-tls"] }
reqwest = { version = "0.11", features = ["rustls-tls"] }
once_cell = "1.11"
tokio = "1.25"
rustsec = "0.26"
cvss = "2.0"
thiserror = "1.0"
chrono = "0.4"
cargo_toml = "0.15"
walkdir = "2"
tokei = "12.1"
url = "2.3"
crates_io_api = { version = "0.8", default-features = false, features = ["rustls"] }
[dev-dependencies]
test-case = "3.0.0"
global_counter = { version = "0.2.2", default-features = false }