difftreelog
style reformat remaining tomls
in: trunk
4 files changed
cmds/fleet/Cargo.tomldiffbeforeafterboth--- a/cmds/fleet/Cargo.toml
+++ b/cmds/fleet/Cargo.toml
@@ -7,53 +7,51 @@
rust-version.workspace = true
[dependencies]
-nixlike.workspace = true
+age = { workspace = true, features = ["armor"] }
+anyhow.workspace = true
better-command.workspace = true
-tokio.workspace = true
clap.workspace = true
clap_complete.workspace = true
-age = { workspace = true, features = ["armor"] }
-anyhow.workspace = true
-tracing.workspace = true
-tracing-subscriber.workspace = true
+fleet-shared.workspace = true
+nix-eval.workspace = true
+nixlike.workspace = true
serde.workspace = true
serde_json.workspace = true
tempfile.workspace = true
-time = { version = "0.3", features = ["serde"] }
-hostname = "0.4.0"
+tokio.workspace = true
+tracing.workspace = true
+tracing-subscriber.workspace = true
+
+abort-on-drop = "0.2"
age-core = "0.11"
-peg = "0.8"
+async-trait = "0.1"
base64 = "0.22.1"
chrono = { version = "0.4", features = ["serde"] }
-tokio-util = { version = "0.7", features = ["codec"] }
-async-trait = "0.1"
+crossterm = { version = "0.28.0", features = ["use-dev-tty"] }
futures = "0.3"
+hostname = "0.4.0"
itertools = "0.13"
+openssh = "0.11"
+owo-colors = { version = "4.0", features = ["supports-color", "supports-colors"] }
+peg = "0.8"
+regex = "1.10"
shlex = "1.3"
tabled = { version = "0.16" }
-owo-colors = { version = "4.0", features = [
- "supports-color",
- "supports-colors",
-] }
-abort-on-drop = "0.2"
-regex = "1.10"
-openssh = "0.11"
-crossterm = { version = "0.28.0", features = ["use-dev-tty"] }
-fleet-shared.workspace = true
+time = { version = "0.3", features = ["serde"] }
+tokio-util = { version = "0.7", features = ["codec"] }
-tracing-indicatif = { version = "0.3", optional = true }
+fleet-base = { version = "0.1.0", path = "../../crates/fleet-base" }
human-repr = { version = "1.1", optional = true }
indicatif = { version = "0.17", optional = true }
-nix-eval.workspace = true
nom = "7.1.3"
-fleet-base = { version = "0.1.0", path = "../../crates/fleet-base" }
+tracing-indicatif = { version = "0.3", optional = true }
[features]
default = ["indicatif"]
# Not quite stable
indicatif = [
- "dep:tracing-indicatif",
- "dep:indicatif",
- "dep:human-repr",
- "better-command/indicatif",
+ "dep:tracing-indicatif",
+ "dep:indicatif",
+ "dep:human-repr",
+ "better-command/indicatif",
]
cmds/generator-helper/Cargo.tomldiffbeforeafterboth--- a/cmds/generator-helper/Cargo.toml
+++ b/cmds/generator-helper/Cargo.toml
@@ -7,10 +7,11 @@
[dependencies]
age.workspace = true
anyhow.workspace = true
-base64 = "0.22.1"
clap.workspace = true
-ed25519-dalek = { version = "2.1", features = ["rand_core"] }
fleet-shared.workspace = true
+
+base64 = "0.22.1"
+ed25519-dalek = { version = "2.1", features = ["rand_core"] }
hex = "0.4.3"
rand = "0.8.5"
x25519-dalek = "2.0.1"
cmds/terraform-provider-fleet/Cargo.tomldiffbeforeafterboth--- a/cmds/terraform-provider-fleet/Cargo.toml
+++ b/cmds/terraform-provider-fleet/Cargo.toml
@@ -6,7 +6,8 @@
[dependencies]
anyhow.workspace = true
-async-trait = "0.1.81"
serde = { workspace = true, features = ["derive"] }
-tf-provider = "0.2.2"
tokio.workspace = true
+
+async-trait = "0.1.81"
+tf-provider = "0.2.2"
taplo.tomldiffbeforeafterboth1[formatting]1[formatting]2inline_table_expand = false3indent_string = "\t"2indent_string = "\t"4array_auto_expand = false536[[rule]]4[[rule]]7include = ["**/Cargo.toml"]5include = ["**/Cargo.toml"]