staticmap 0.4.1

Tile based static map image renderer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "staticmap"
version = "0.4.1"
authors = ["danielalvsaaker <daniel@nopemail.net>"]
edition = "2018"
description = "Tile based static map image renderer."
documentation = "https://docs.rs/staticmap"
repository = "https://github.com/danielalvsaaker/staticmap"
readme = "README.md"
license = "MIT"
categories = ["multimedia::images"]
keywords = ["openstreetmap", "osm", "map"]

[dependencies]
attohttpc = { version = "0.19", default-features = false, features = ["tls-rustls"] }
png = { version = "0.17", default-features = false }
rayon = "1.5"
tiny-skia = "0.6"