# 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.80" name = "ianaio-dialogs" version = "0.1.1" authors = ["Jaroslaw Cichon IanaIO Rust and WebAssembly Working Group"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convenience crate for working with dialogs in browser" homepage = "https://rustwasm.iana.io/dialogs" documentation = "https://docs.iana.io/rustwasm/dialogs" readme = "README.md" categories = [ "api-bindings", "asynchronous", "wasm", ] license-file = "LICENSE.txt" repository = "https://github.com/ianaio/dialogs" [lib] name = "ianaio_dialogs" path = "src/lib.rs" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = ["Window"]