mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-17 16:15:41 +00:00
Generated
+1
-1
@@ -132,7 +132,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.14.8"
|
version = "0.14.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
|||||||
+16
-4
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.14.8"
|
version = "0.14.9"
|
||||||
repository = "https://github.com/ClementTsang/bottom"
|
repository = "https://github.com/ClementTsang/bottom"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows."
|
description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows."
|
||||||
@@ -67,7 +67,12 @@ generate_schema = ["schemars", "strum"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.104"
|
anyhow = "1.0.104"
|
||||||
clap = { version = "4.6.6", features = ["default", "cargo", "wrap_help", "derive"] }
|
clap = { version = "4.6.6", features = [
|
||||||
|
"default",
|
||||||
|
"cargo",
|
||||||
|
"wrap_help",
|
||||||
|
"derive",
|
||||||
|
] }
|
||||||
concat-string = "1.0.1"
|
concat-string = "1.0.1"
|
||||||
crossterm = "0.29.0"
|
crossterm = "0.29.0"
|
||||||
ctrlc = { version = "3.5.2", features = ["termination"] }
|
ctrlc = { version = "3.5.2", features = ["termination"] }
|
||||||
@@ -76,7 +81,9 @@ humantime = "2.3.0"
|
|||||||
indexmap = "2.14.0"
|
indexmap = "2.14.0"
|
||||||
indoc = "2.0.7"
|
indoc = "2.0.7"
|
||||||
itertools = "0.15.0"
|
itertools = "0.15.0"
|
||||||
nvml-wrapper = { version = "0.12.1", optional = true, features = ["legacy-functions"] }
|
nvml-wrapper = { version = "0.12.1", optional = true, features = [
|
||||||
|
"legacy-functions",
|
||||||
|
] }
|
||||||
ratatui = { version = "0.30.2", default-features = false, features = [
|
ratatui = { version = "0.30.2", default-features = false, features = [
|
||||||
"unstable-rendered-line-info",
|
"unstable-rendered-line-info",
|
||||||
"layout-cache",
|
"layout-cache",
|
||||||
@@ -137,7 +144,12 @@ tempfile = { version = "3.27.0", default-features = false }
|
|||||||
portable-pty = "0.9.0"
|
portable-pty = "0.9.0"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
clap = { version = "4.6.6", features = ["default", "cargo", "wrap_help", "derive"] }
|
clap = { version = "4.6.6", features = [
|
||||||
|
"default",
|
||||||
|
"cargo",
|
||||||
|
"wrap_help",
|
||||||
|
"derive",
|
||||||
|
] }
|
||||||
clap_complete = "4.6.9"
|
clap_complete = "4.6.9"
|
||||||
clap_complete_nushell = "4.6.1"
|
clap_complete_nushell = "4.6.1"
|
||||||
clap_complete_fig = "4.5.2"
|
clap_complete_fig = "4.5.2"
|
||||||
|
|||||||
Generated
+1
-1
@@ -111,7 +111,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bottom"
|
name = "bottom"
|
||||||
version = "0.14.8"
|
version = "0.14.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
|||||||
Reference in New Issue
Block a user