mirror of
https://github.com/ynqa/jnv.git
synced 2025-12-16 16:04:11 -06:00
37 lines
990 B
TOML
37 lines
990 B
TOML
[package]
|
|
name = "jnv"
|
|
version = "0.6.1"
|
|
authors = ["ynqa <un.pensiero.vano@gmail.com>"]
|
|
edition = "2021"
|
|
description = "JSON navigator and interactive filter leveraging jq"
|
|
repository = "https://github.com/ynqa/jnv"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.97"
|
|
arboard = { version = "3.6.0", features = ["wayland-data-control"] }
|
|
async-trait = "0.1.88"
|
|
clap = { version = "4.5.41", features = ["derive"] }
|
|
duration-string = { version = "0.5.2", features = ["serde"] }
|
|
derive_builder = "0.20.2"
|
|
dirs = "6.0.0"
|
|
futures = "0.3.30"
|
|
promkit-widgets = { version = "0.2.0", features = ["jsonstream", "listbox", "text", "texteditor"] }
|
|
serde = "1.0.219"
|
|
tokio = { version = "1.44.1", features = ["full"] }
|
|
tokio-stream = "0.1.16"
|
|
toml = "0.9.2"
|
|
|
|
# jaq dependencies
|
|
# TODO: bump up to v2.x.x
|
|
jaq-core = "1.2.1"
|
|
jaq-interpret = "1.2.1"
|
|
jaq-parse = "1.0.2"
|
|
jaq-std = "1.2.1"
|
|
|
|
# The profile that 'cargo dist' will build with
|
|
[profile.dist]
|
|
inherits = "release"
|
|
lto = "thin"
|