json2csv 0.2.0

A tool to convert JSON to CSV
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 = "2018"
name = "json2csv"
version = "0.2.0"
authors = ["alex wennerberg <alex@alexwennerberg.com>"]
build = false
exclude = [
    "foo",
    "foo.csv",
    "out.csv",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to convert JSON to CSV"
readme = "README.md"
license = "MIT"
repository = "https://github.com/alexwennerberg/json2csv"

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

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

[dependencies.pico-args]
version = "0.5"

[dependencies.rust-flatten-json]
version = "0.1.0"

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