blob: 067b9fc85d9794c290f3382a64af19d85f7cd96d [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.56.0"
name = "parse-zoneinfo"
version = "0.3.1"
description = "Parse zoneinfo files from the IANA database"
readme = "README.md"
keywords = [
"date",
"time",
"timezone",
"zone",
"calendar",
]
license = "MIT"
repository = "https://github.com/chronotope/chrono-tz"
[dependencies.regex]
version = "1.3.1"
features = [
"std",
"unicode-perl",
]
default-features = false