minetest-tiler/mapserver/Cargo.toml

18 lines
468 B
TOML
Raw Normal View History

2022-02-21 15:58:37 +01:00
[package]
name = "mapserver"
version = "0.1.0"
edition = "2021"
[dependencies]
async-std = { version = "1.6.5", features = ["attributes"] }
2022-02-22 11:27:30 +01:00
clap = { version = "3.1.1", default-features = false, features = ["derive", "std"] }
2022-02-21 15:58:37 +01:00
crossbeam-channel = "0.5.2"
2022-02-22 11:27:30 +01:00
directories = "4.0.0"
2022-02-21 15:58:37 +01:00
http-types = "2.12.0"
2022-02-21 20:07:49 +01:00
image = { version = "0.24.1", default-features = false, features = ["png"] }
2022-02-21 15:58:37 +01:00
log = "0.4.14"
parking_lot = "0.12.0"
serde = "1.0.117"
simplelog = "0.11.1"
tide = "0.16.0"