# 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 = "mapboxgl" version = "0.6.0" build = false exclude = [ "node_modules", "package.json", "package-lock.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial Rust binding for mapbox-gl-js" homepage = "https://github.com/yukinarit/mapbox-gl-rs" readme = "README.md" keywords = [ "map", "mapbox", "mapbox-gl", "vector-tiles", "wasm", ] categories = [ "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/yukinarit/mapbox-gl-rs" [lib] name = "mapboxgl" path = "src/lib.rs" [dependencies.enclose] version = "1" [dependencies.geojson] version = "0.24" [dependencies.js-sys] version = "0.3" [dependencies.log] version = "0.4.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.uuid] version = "1" features = [ "v4", "js", ] [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "console", "MouseEvent", "TouchEvent", "WheelEvent", "DragEvent", "HtmlElement", ] [dev-dependencies.anyhow] version = "1"