# 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 = "elm-rust-binding" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Call Elm functions from Rust in an ergonomic way" homepage = "https://github.com/anmolitor/elm-rust-binding" readme = "README.md" keywords = [ "elm", "binding", ] categories = [ "external-ffi-bindings", "web-programming", "development-tools", ] license = "BSD-3-Clause" repository = "https://github.com/anmolitor/elm-rust-binding" [lib] name = "elm_rust_binding" path = "src/lib.rs" [[test]] name = "integration-test" path = "tests/integration-test.rs" [dependencies.rustyscript] version = "0.9.0" features = ["console"] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde-reflection] version = "0.4.0" [dependencies.uuid] version = "1.11.0" features = ["v7"]