airports 0.0.2

Provides mapping between IATA airport codes and timezones
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "airports"
version = "0.0.2"
edition = "2021"
description = "Provides mapping between IATA airport codes and timezones"
repository = "https://github.com/kroemeke/airports/"
license = "MIT OR Apache-2.0"
keywords = ["iata", "timezone"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.19"
chrono-tz = "0.6.1"
serde_yaml = "0.8.24"