# 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" rust-version = "1.65" name = "serde-hjson" version = "1.1.0" authors = ["Christian Zangl "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hjson serialization file format" readme = "README.md" keywords = [ "hjson", "json", "serde", "serialization", ] license = "MIT" repository = "https://github.com/hjson/hjson-rust" [lib] name = "serde_hjson" path = "src/lib.rs" [dependencies.lazy_static] version = "1" [dependencies.linked-hash-map] version = "0.5" optional = true [dependencies.num-traits] version = "0.2" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" [features] default = ["preserve_order"] preserve_order = [ "linked-hash-map", "linked-hash-map/serde_impl", ]