# 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" version = "0.0.3" authors = ["Maximilian Ammann "] build = "build.rs" description = "Maps for Desktop, Mobile and Web" readme = "README.md" keywords = ["graphics"] license = "MIT OR Apache-2.0" [dependencies.async-trait] version = "0.1.57" [dependencies.bytemuck] version = "1.12.1" [dependencies.bytemuck_derive] version = "1.2.1" [dependencies.cgmath] version = "0.18.0" [dependencies.cint] version = "0.3.1" [dependencies.csscolorparser] version = "0.6.2" features = [ "serde", "cint", ] [dependencies.downcast-rs] version = "1.2.0" [dependencies.geo] version = "0.23.1" [dependencies.geo-types] version = "0.7.6" features = ["use-rstar_0_9"] [dependencies.geozero] version = "0.9.7" features = [ "with-mvt", "with-geo", ] default-features = false [dependencies.image] version = "0.24" features = [ "jpeg", "webp", "png", ] optional = true default-features = false [dependencies.include_dir] version = "0.7.2" [dependencies.instant] version = "0.1.12" features = ["wasm-bindgen"] [dependencies.log] version = "0.4.17" [dependencies.lyon] version = "1.0.0" features = [] [dependencies.png] version = "0.17.5" optional = true [dependencies.raw-window-handle] version = "0.5.0" [dependencies.rstar] version = "0.9.3" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.smallvec] version = "1.9.0" [dependencies.thiserror] version = "1.0" [dependencies.tile-grid] version = "0.3.0" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15" optional = true [dependencies.wgpu] version = "0.14.0" [build-dependencies.maplibre-build-tools] version = "0.0.3" [features] default = ["raster"] embed-static-tiles = ["maplibre-build-tools/sqlite"] headless = ["png"] raster = ["image"] thread-safe-futures = [] trace = [ "tracing-subscriber", "tracing-tracy", ] web-webgl = ["wgpu/webgl"] [target."cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"linux\", target_os = \"android\", target_os = \"windows\"))".dependencies.env_logger] version = "0.10.0" [target."cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"linux\", target_os = \"android\", target_os = \"windows\"))".dependencies.reqwest] version = "0.11.11" features = [ "rustls-tls", "gzip", ] default-features = false [target."cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"linux\", target_os = \"android\", target_os = \"windows\"))".dependencies.reqwest-middleware] version = "0.1.6" [target."cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"linux\", target_os = \"android\", target_os = \"windows\"))".dependencies.reqwest-middleware-cache] version = "0.1.1" [target."cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"linux\", target_os = \"android\", target_os = \"windows\"))".dependencies.tokio] version = "1.20.1" features = [ "macros", "rt", "rt-multi-thread", "sync", "time", ] [target."cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"linux\", target_os = \"android\", target_os = \"windows\"))".dependencies.tokio-util] version = "0.7.1" features = ["rt"] [target."cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"linux\", target_os = \"android\", target_os = \"windows\"))".dependencies.tracing-tracy] version = "0.10" optional = true [target."cfg(target_os = \"android\")".dependencies.reqwest] version = "0.11.11" features = [ "rustls-tls", "gzip", ] default-features = false