pick-cli 0.1.25

Extract, filter, and transform values from JSON, YAML, TOML, .env, HTTP headers, logfmt, CSV, and more
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "myapp"
version = "2.4.1"
edition = "2021"

[dependencies]
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
axum = "0.7"

[profile.release]
opt-level = 3
lto = true