# 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.75" name = "leaflet" version = "0.4.1" authors = [ "slowtec GmbH ", "Lewin Probst ", "Daniel Santana ", ] description = "A wasm-bindgen wrapper for Leaflet.js" homepage = "https://github.com/slowtec/leaflet-rs" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/slowtec/leaflet-rs" [dependencies.js-sys] version = "0.3" [dependencies.paste] version = "1" [dependencies.url] version = "2" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "Event", "HtmlElement", "MouseEvent", ] [badges.maintenance] status = "actively-developed" [lints.clippy] empty_docs = "allow" missing_const_for_fn = "warn" missing_errors_doc = "allow" module_name_repetitions = "allow" [lints.clippy.pedantic] level = "warn" priority = -1