Vendor dependencies

This commit is contained in:
2026-08-01 16:11:49 +03:00
parent 7f139a0241
commit 6b5e7f0f8b
29706 changed files with 9575646 additions and 0 deletions
+57
View File
@@ -0,0 +1,57 @@
# 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"]