generated from elasticdotventures/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
39 lines (31 loc) · 901 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
33
34
35
36
37
38
39
[package]
name = "candi-date"
description = "submodules & setup for candi-date"
version = "0.1.0"
edition = "2021"
homepage = "http://candi-date.me"
repository = "https://github.com/elasticdotventures/candi-date"
keywords = [
"bugreport",
"diagnostics",
"cross-platform",
"cli",
"terminal"
]
license = "Elastic-V2"
authors = ["Brian Horakh <b@elastic.ventures>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["collector_operating_system", "git_hash", "format_markdown"]
collector_operating_system = ["sys-info"]
git_hash = ["git-version"]
format_markdown = []
format_plaintext = []
[dependencies]
sys-info = { version = "0.9", optional = true }
git-version = { version = "0.3", optional = true }
shell-escape = "0.1"
bugreport = "0.5"
[dev-dependencies]
pretty_assertions = "1.1.0"
tempfile = "3.3.0"