-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
55 lines (47 loc) · 1.22 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[dependencies]
aeruginous-io = "0.8.1"
anstyle = "1.0.10"
cargo-lock = "10.0.1"
ron = "0.8.1"
sysexits = "0.8.5"
toml = "0.8.19"
[dependencies.chrono]
features = ["serde"]
version = "0.4.39"
[dependencies.clap]
features = ["derive"]
version = "4.5.23"
[dependencies.git2]
default-features = false
version = "0.20.0"
[dependencies.indexmap]
features = ["serde"]
version = "2.7.0"
[dependencies.quick-xml]
features = ["serialize"]
version = "0.37.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[features]
cff = ["cff-create"]
cff-create = []
default = ["cff", "utilities"]
mkcws = []
rs2md = []
uncrlf = []
utilities = ["mkcws", "rs2md", "uncrlf"]
[package]
authors = ["Kevin Matthes <[email protected]>"]
categories = ["command-line-utilities", "config", "development-tools", "rust-patterns", "template-engine"]
description = "The Aeruginous Open Source Development Toolbox."
edition = "2021"
homepage = "https://github.com/kevinmatthes/aeruginous-rs"
include = ["/src"]
keywords = ["aeruginous", "changelog", "citation-file-format", "linter", "toolbox"]
license = "GPL-3.0"
name = "aeruginous"
readme = "README.md"
repository = "https://github.com/kevinmatthes/aeruginous-rs"
rust-version = "1.83.0"
version = "3.7.17"