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.tomldiffbeforeafterboth7[dependencies]7[dependencies]8age.workspace = true8age.workspace = true9anyhow.workspace = true9anyhow.workspace = true10base64 = "0.22.1"10clap.workspace = true11clap.workspace = true11fleet-shared.workspace = true1213base64 = "0.22.1"12ed25519-dalek = { version = "2.1", features = ["rand_core"] }14ed25519-dalek = { version = "2.1", features = ["rand_core"] }13fleet-shared.workspace = true14hex = "0.4.3"15hex = "0.4.3"15rand = "0.8.5"16rand = "0.8.5"16x25519-dalek = "2.0.1"17x25519-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.tomldiffbeforeafterboth--- a/taplo.toml
+++ b/taplo.toml
@@ -1,7 +1,5 @@
[formatting]
-inline_table_expand = false
indent_string = "\t"
-array_auto_expand = false
[[rule]]
include = ["**/Cargo.toml"]