# 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 = "flatten-json-object" version = "0.6.1" authors = ["Vicent Selfa "] description = "Tiny Rust library for flattening JSON objects" readme = "README.md" keywords = [ "json", "flatten", "flattening", "object", "serde", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/vtselfa/flatten-json-object" resolver = "2" [[example]] name = "from_stdin" [dependencies.serde_json] version = "1.0.79" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.anyhow] version = "1.0.56" [dev-dependencies.log] version = "0.4.16" [dev-dependencies.rstest] version = "0.12.0"