# 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 = "json-objects-to-csv" version = "0.1.3" authors = ["Vicent Selfa "] description = "Robust Rust library for converting JSON objects into CSV rows" readme = "README.md" keywords = [ "json", "csv", "convert", "flatten", "serde", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/vtselfa/json-objects-to-csv" [dependencies.csv] version = "1.1.6" [dependencies.flatten-json-object] version = "0.6.1" [dependencies.serde_json] version = "1.0.79" [dependencies.tempfile] version = "3.0.8" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.rstest] version = "0.16.0"