# 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_typegen" version = "0.1.0" authors = ["Colin Neville "] description = "Automatically generate Rust structs and enums from Dhall types" readme = "README.md" keywords = ["serde", "serialization", "dhall"] license = "MIT OR Apache-2.0" repository = "https://github.com/colinjneville/serde_dhall_typegen" [lib] proc-macro = true [dependencies.convert_case] version = "0.5.0" [dependencies.path-slash] version = "0.1.4" [dependencies.pathdiff] version = "0.2.1" [dependencies.proc-macro2] version = "1.0.37" [dependencies.quote] version = "1.0.17" [dependencies.serde] version = "1.0.136" [dependencies.serde_dhall] version = "0.11.0" [dependencies.syn] version = "1.0.91" [dev-dependencies.trybuild] version = "1.0.56"