[package]
edition = "2018"
name = "jsonlines"
description = "Utilities to work with json lines"
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
version = "1.0.0"
license = "Apache-2.0"
keywords = ["jsonlines", "json", "tool", "jsonl"]
categories = ["command-line-utilities"]
repository = "https://github.com/foresterre/jsonlines"
exclude = [
".idea/*",
".vscode/*",
"*.iml",
]
[package.metadata]
msrv = "1.38.0"
[dependencies]
json = "0.12.4"
camino = "1.0.5"
is_executable = "1.0.1"
thiserror = "1.0.29"