58 lines
1.3 KiB
TOML
58 lines
1.3 KiB
TOML
# 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.3.0"
|
|
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"
|
|
|
|
[dependencies.parse-zoneinfo]
|
|
version = "0.3"
|
|
|
|
[dependencies.phf]
|
|
version = "0.11"
|
|
default-features = false
|
|
|
|
[dependencies.phf_codegen]
|
|
version = "0.11"
|
|
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/uncased",
|
|
]
|
|
filter-by-regex = ["regex"]
|
|
regex = ["dep:regex"]
|