# 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 = "serde_dhall" version = "0.12.1" authors = ["Nadrieril "] include = ["src/**/*"] description = "Dhall support for serde" readme = "README.md" keywords = [ "serde", "serialization", "dhall", ] license = "BSD-2-Clause" repository = "https://github.com/Nadrieril/dhall-rust" [dependencies.dhall] version = "=0.12.0" default-features = false [dependencies.dhall_proc_macros] version = "=0.6.1" [dependencies.doc-comment] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.url] version = "2.1" [dev-dependencies.version-sync] version = "0.9" [features] default = ["reqwest"] reqwest = ["dhall/reqwest"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"