rs-jsonl2x 0.1.0

Converts the json lines to a sheet
Documentation
[[bin]]
name = "jsonl2x"
path = "src/bin/jsonl2x.rs"

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

[dependencies.rust_xlsxwriter]
default-features = true
version = "0"

[dependencies.serde_json]
default-features = false
features = ["std"]
version = "1"

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

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Converts the json lines to a sheet"
documentation = "https://docs.rs/rs-jsonl2x/latest"
edition = "2024"
exclude = ["jsonl2x"]
homepage = "https://github.com/takanoriyanagitani/rs-jsonl2x"
keywords = ["json", "jsonl", "ndjson", "xlsx", "sheet"]
license = "Apache-2.0"
name = "rs-jsonl2x"
readme = "README.md"
repository = "https://github.com/takanoriyanagitani/rs-jsonl2x"
version = "0.1.0"