summaryrefslogtreecommitdiff
path: root/maint/fixup-features/Cargo.toml
blob: 560e3a5d1dd8f4197ff8552dc493c62f864d94a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "fixup-features"
version = "0.1.0"
edition = "2024"
publish = false
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
rust-version = "1.85.1"
license = "MIT OR Apache-2.0"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
description = "Tool used by arti to enforce certain properties in our Cargo features"

[dependencies]
anyhow = "1.0.69"
itertools = "0.14.0"
pico-args = "0.5.0"
toml_edit = "0.23.4"

[features]
full = []