# 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 = "gura" version = "0.5.4" authors = ["JWare Solutions "] description = "A Gura configuration language serializer/deserializer for Rust" documentation = "https://docs.rs/gura/" readme = "README.md" keywords = [ "parse", "dump", "serialize", "deserialize", "stringify", ] license = "MIT" repository = "https://github.com/gura-conf/gura-rs-parser" [dependencies.float-pretty-print] version = "0.1.0" [dependencies.indexmap] version = "1.7.0" [dependencies.itertools] version = "0.10.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.4" [dependencies.unicode-segmentation] version = "1.7.1" [dev-dependencies.tempfile] version = "3.2.0"