# 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 = "dhall" version = "0.12.0" authors = [ "NanoTech ", "Nadrieril ", ] build = "build.rs" include = [ "src/**/*", "README.md", "build.rs", ] description = "Implementation of the Dhall configuration language" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/Nadrieril/dhall-rust" [[test]] name = "spec" path = "tests/spec.rs" harness = false [dependencies.annotate-snippets] version = "0.9.0" [dependencies.elsa] version = "1.3.2" [dependencies.half] version = "2.1.0" [dependencies.hex] version = "0.4.2" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.minicbor] version = "0.18.0" features = [ "alloc", "half", ] [dependencies.once_cell] version = "1.3.1" [dependencies.percent-encoding] version = "2.1.0" [dependencies.pest] version = "2.1" [dependencies.pest_consume] version = "1.1" [dependencies.sha2] version = "0.10.2" [dependencies.url] version = "2.1" [dev-dependencies.anyhow] version = "1.0.28" [dev-dependencies.colored-diff] version = "0.2.2" [dev-dependencies.fs_extra] version = "1.2.0" [dev-dependencies.libtest-mimic] version = "0.5.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.version-sync] version = "0.9" [dev-dependencies.walkdir] version = "2" [build-dependencies.abnf_to_pest] version = "^0.5.1" [build-dependencies.pest_generator] version = "2.1.3" [build-dependencies.quote] version = "1.0" [features] default = ["reqwest"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.home] version = "0.5.3" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.reqwest] version = "0.11" features = ["blocking"] optional = true