generated from hack-ink/rust-initializer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
38 lines (34 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
37
38
[package]
authors = ["Xavier Lau <[email protected]>"]
build = "build.rs"
description = "Cargo features alignment tool."
edition = "2021"
homepage = "https://hack.ink/cargo-featalign"
license = "GPL-3.0"
name = "cargo-featalign"
readme = "README.md"
repository = "https://github.com/hack-ink/cargo-featalign"
version = "0.6.4"
[profile.ci-dev]
incremental = false
inherits = "dev"
[profile.ci-release]
inherits = "release"
lto = true
[build-dependencies]
# crates.io
vergen-gitcl = { version = "1.0", features = ["cargo"] }
[dependencies]
# crates.io
anyhow = { version = "1.0" }
cargo_metadata = { version = "0.18" }
clap = { version = "4.5", features = ["derive"] }
color-eyre = { version = "0.6" }
fxhash = { version = "0.2" }
imara-diff = { version = "0.1" }
num_cpus = { version = "1.16" }
once_cell = { version = "1.20" }
regex = { version = "1.11" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
toml_edit = { version = "0.22" }