pick-cli 0.1.16

Extract values from anything — JSON, YAML, TOML, .env, HTTP headers, logfmt, CSV, and more
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "pick-cli"
version = "0.1.16"
build = false
exclude = [
    "npm/",
    "snap/",
    "choco/",
    "dist/",
    ".github/",
    "tests/",
    "website/",
    "MARKETING.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extract values from anything — JSON, YAML, TOML, .env, HTTP headers, logfmt, CSV, and more"
homepage = "https://pick-cli.pages.dev"
readme = "README.md"
keywords = [
    "cli",
    "json",
    "yaml",
    "extract",
    "parser",
]
categories = [
    "command-line-utilities",
    "parsing",
]
license = "MIT"
repository = "https://github.com/aryanbhosale/pick"

[lib]
name = "pick"
path = "src/lib.rs"

[[bin]]
name = "pick"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.csv]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"