mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
updates
This commit is contained in:
parent
1873a9ac1f
commit
95dbe0171e
4 changed files with 159 additions and 144 deletions
19
Cargo.toml
19
Cargo.toml
|
|
@ -2,35 +2,34 @@
|
|||
name = "logsmash"
|
||||
version = "0.1.8"
|
||||
edition = "2021"
|
||||
rust-version = "1.75.0"
|
||||
rust-version = "1.81.0"
|
||||
license = "GPL-3.0-only"
|
||||
|
||||
[dependencies]
|
||||
main_error = "0.1.2"
|
||||
thiserror = "2.0.7"
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
serde_json = "1.0.133"
|
||||
thiserror = "2.0.11"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.138"
|
||||
regex = "1.11.1"
|
||||
log = "0.4.22"
|
||||
clap = { version = "4.5.23", features = ["derive"] }
|
||||
clap = { version = "4.5.30", features = ["derive"] }
|
||||
logsmash-data = { version = "0.1.0", path = "./data" }
|
||||
itertools = "0.13.0"
|
||||
itertools = "0.14.0"
|
||||
ratatui = "0.29.0"
|
||||
tinystr = { version = "0.8.0", features = ["serde"] }
|
||||
time = { version = "0.3.37", features = ["serde", "serde-well-known", "parsing", "macros"] }
|
||||
hdrhistogram = "7.5.4"
|
||||
ahash = "0.8.11"
|
||||
base64 = "0.22.1"
|
||||
derive_more = { version = "1.0.0", features = ["from"] }
|
||||
derive_more = { version = "2.0.1", features = ["from"] }
|
||||
rayon = "1.10.0"
|
||||
tar = "0.4.43"
|
||||
zip = "2.2.2"
|
||||
flate2 = "1.0.35"
|
||||
xz2 = "0.1.7"
|
||||
bzip2-rs = "0.1.2"
|
||||
ruzstd = "0.7.3"
|
||||
ruzstd = "0.8.0"
|
||||
dialoguer = "0.11.0"
|
||||
indicatif = { version = "0.17.9", features = ["rayon"] }
|
||||
indicatif = { version = "0.17.11", features = ["rayon"] }
|
||||
|
||||
[target.'cfg(not(target_os = "windows"))'.dependencies]
|
||||
tikv-jemallocator = "0.6.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue