chrono-tz-build 0.0.1

internal build script for chrono-tz
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "chrono-tz-build"
version = "0.0.1"
authors = ["Brandon W Maister <quodlibetor@gmail.com>"]
edition = "2018"
description = "internal build script for chrono-tz"
readme = "README.md"
license = "MIT/Apache-2.0"
license_file = "../LICENSE"
documentation = "https://docs.rs/chrono-tz-build"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
filter-by-regex = ["regex"]

[dependencies]
parse-zoneinfo = { version = "0.3" }
regex = { default-features = false, version = "1", optional = true }