25 lines
605 B
TOML
25 lines
605 B
TOML
[package]
|
|
name = "sift"
|
|
version = "0.1.0"
|
|
authors = ["Elliot Hatch"]
|
|
edition = "2024"
|
|
description = "Search and and filter structured log streams in the terminal"
|
|
readme = "README.md"
|
|
repository = "https://git.fresh4less.org/ellioth/sift"
|
|
license = "GPL-2.0-or-later"
|
|
keywords = []
|
|
categories = ["command-line-utilities", "development-tools", "development-tools::debugging"]
|
|
|
|
[dependencies]
|
|
atty = "0.2.14"
|
|
chrono = "0.4.42"
|
|
clap = "4.5.48"
|
|
color-eyre = "0.6.5"
|
|
crossterm = "0.29.0"
|
|
eyre = "0.6.12"
|
|
ordered-float = "5.0.0"
|
|
radix_trie = "0.3.0"
|
|
ratatui = "0.29.0"
|
|
serde_json = "1.0.145"
|
|
tracing = "0.1.41"
|