# 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 = "2021" name = "rust_elm_typegen" version = "0.0.1" description = "Generate Elm types from Rust types" homepage = "https://github.com/kreibaum/rust_elm_typegen" readme = "README.md" keywords = ["elm"] categories = ["development-tools::build-utils", "web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/kreibaum/rust_elm_typegen" resolver = "2" [lib] crate-type = ["lib"] [[bin]] name = "rust_elm_typegen" path = "src/bin/typegen.rs" [dependencies.clap] version = "3.0.12" features = ["derive"] [dependencies.indoc] version = "1" [dependencies.syn] version = "1" features = ["full", "parsing", "printing", "extra-traits"] default-features = false [dependencies.thiserror] version = "1" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1"