# 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 = "hocon" version = "0.9.0" authors = ["François Mockers "] description = "Reads HOCON configuration files" homepage = "https://github.com/mockersf/hocon.rs" documentation = "https://docs.rs/hocon" readme = "README.md" keywords = [ "hocon", "configuration", ] license = "MIT" repository = "https://github.com/mockersf/hocon.rs" [[bench]] name = "parse" harness = false [dependencies.aho-corasick] version = "0.7.18" [dependencies.java-properties] version = "1.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.linked-hash-map] version = "0.5.4" [dependencies.memchr] version = "2.3" [dependencies.nom] version = "4.2" [dependencies.reqwest] version = "0.11" features = [ "blocking", "rustls", "rustls-tls-native-roots", ] optional = true default-features = false [dependencies.serde] version = "1.0" optional = true [dependencies.serde_path_to_error] version = "0.1" [dependencies.thiserror] version = "1.0.*" [dependencies.uuid] version = "1.0" features = ["v4"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.insta] version = "1.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.test-generator] version = "0.3" [features] default = [ "test-snapshot", "serde-support", "url-support", ] serde-support = ["serde"] test-snapshot = [] url-support = ["reqwest"] [badges.travis-ci] repository = "mockersf/hocon.rs"