unnest-ndjson 0.1.2

Convert large JSON documents to ndjson/jsonlines
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 = "2021"
name = "unnest-ndjson"
version = "0.1.2"
authors = ["Chris West (Faux) <git@goeswhere.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert large JSON documents to ndjson/jsonlines"
readme = "README.md"
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/FauxFaux/unnest-ndjson"

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

[[bin]]
name = "unnest-ndjson"
path = "src/bin/unnest-ndjson.rs"

[[example]]
name = "nd_unnest_one"
path = "examples/nd_unnest_one.rs"

[[test]]
name = "map"
path = "tests/map.rs"

[[test]]
name = "ndjson"
path = "tests/ndjson.rs"

[[test]]
name = "overflow"
path = "tests/overflow.rs"

[dependencies.iowrap]
version = "0.2"

[dependencies.memchr]
version = "2"

[dev-dependencies.itertools]
version = "0.14"

[dev-dependencies.maplit]
version = "1"

[dev-dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[profile.release]
lto = true
panic = "abort"