# 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-unflattening" version = "0.1.4" authors = ["LINKS Foundation"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for flattening and unflattening JSON structures." readme = "README.md" keywords = [ "json", "flatten-json", "flattening", "unflattening", "serde", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/Cybersecurity-LINKS/json-unflattening" [lib] name = "json_unflattening" path = "src/lib.rs" [[bin]] name = "json-unflattening" path = "src/main.rs" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.25" features = [ "derive", "serde_derive", ] [dependencies.serde_json] version = "1.0.59" features = ["preserve_order"] [dependencies.thiserror] version = "1.0.30"