blob: 427be7a0bdd303e3d506e3899cc248c7f47ad283 [file] [log] [blame] [edit]
# 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 = "2021"
rust-version = "1.60"
name = "chrono-tz-build"
version = "0.4.0"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "internal build script for chrono-tz"
documentation = "https://docs.rs/chrono-tz-build"
readme = "README.md"
keywords = [
"script",
"chrono-tz",
"timezone",
"iana",
]
categories = ["development-tools::build-utils"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/chronotope/chrono-tz"
[lib]
name = "chrono_tz_build"
path = "src/lib.rs"
[dependencies.parse-zoneinfo]
version = "0.3"
[dependencies.phf_codegen]
version = "0.11"
default-features = false
[dependencies.phf_shared]
version = "0.11"
optional = true
default-features = false
[dependencies.regex]
version = "1"
optional = true
default-features = false
[dependencies.uncased]
version = "0.9"
optional = true
default-features = false
[features]
case-insensitive = [
"uncased",
"phf_shared/uncased",
]
filter-by-regex = ["regex"]
regex = ["dep:regex"]