# 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" rust-version = "1.56" name = "elm_rs" version = "0.2.2" authors = ["Heliozoa "] description = "Generate Elm bindings for your Rust types" readme = "README.md" keywords = [ "elm", "bindings", ] categories = [ "development-tools::ffi", "web-programming", ] license = "MPL-2.0" repository = "https://github.com/Heliozoa/elm_rs" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.chrono] version = "0.4.19" optional = true [dependencies.elm_rs_derive] version = "0.2.2" optional = true [dependencies.time] version = "0.3.13" optional = true [dependencies.uuid] version = "1.1.2" optional = true [dev-dependencies.chrono] version = "0.4.19" features = ["serde"] [dev-dependencies.serde] version = "1.0.136" features = [ "derive", "rc", ] [dev-dependencies.serde_json] version = "1.0.78" [dev-dependencies.unescape] version = "0.1.0" [dev-dependencies.uuid] version = "1.1.2" features = ["serde"] [features] default = [ "derive", "serde", ] derive = [ "elm_rs_derive", "elm_rs_derive/json", "elm_rs_derive/query", ] serde = ["elm_rs_derive/serde"]