waterui-map 0.5.1

Map component for WaterUI framework
Documentation
# 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 = "2024"
name = "waterui-map"
version = "0.5.1"
authors = ["Lexo Liu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Map component for WaterUI framework"
readme = "README.md"
keywords = [
    "map",
    "mapkit",
    "location",
    "ui",
    "waterui",
]
categories = ["gui"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/water-rs/waterui"
resolver = "2"

[lib]
name = "waterui_map"
path = "src/lib.rs"

[dependencies.nami]
version = "0.11.2"

[dependencies.suiteki]
version = "0.1"
features = ["nami"]

[dependencies.waterkit-location]
version = "0.1.4"

[dependencies.waterui-core]
version = "0.5.1"

[lints.clippy]
all = "warn"
cargo = "warn"
complexity = "warn"
correctness = "warn"
nursery = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"
undocumented_unsafe_blocks = "warn"

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"