nsv-cli 0.0.5

Command-line tool for the NSV (Newline-Separated Values) format
# 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 = "2021"
name = "nsv-cli"
version = "0.0.5"
authors = ["naming"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for the NSV (Newline-Separated Values) format"
homepage = "https://nsv-format.org"
readme = "README.md"
keywords = [
    "nsv",
    "csv",
    "data",
    "parser",
    "cli",
]
categories = [
    "command-line-utilities",
    "encoding",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/nsv-format/nsv-cli"

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

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

[dependencies.nsv]
version = "0.0.8"