# 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.65" name = "maplibre-demo" version = "0.0.3" authors = ["Maximilian Ammann "] description = "Demo of maplibre-re" readme = "README.md" keywords = ["graphics"] license = "MIT OR Apache-2.0" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.maplibre] version = "0.0.3" features = ["thread-safe-futures"] [dependencies.maplibre-winit] version = "0.0.3" [dependencies.tile-grid] version = "0.3" [features] headless = ["maplibre/headless"] trace = ["maplibre/trace"] web-webgl = ["maplibre/web-webgl"]