99 lines
2.0 KiB
TOML
99 lines
2.0 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"
|
|
version = "0.9.0"
|
|
build = "build.rs"
|
|
include = [
|
|
"src/*.rs",
|
|
"tests/*.rs",
|
|
"build.rs",
|
|
"LICENSE",
|
|
"tz/africa",
|
|
"tz/antarctica",
|
|
"tz/asia",
|
|
"tz/australasia",
|
|
"tz/backward",
|
|
"tz/etcetera",
|
|
"tz/europe",
|
|
"tz/northamerica",
|
|
"tz/southamerica",
|
|
"tz/NEWS",
|
|
]
|
|
description = "TimeZone implementations for chrono from the IANA database"
|
|
documentation = "https://docs.rs/chrono-tz"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"date",
|
|
"time",
|
|
"timezone",
|
|
"zone",
|
|
"iana",
|
|
]
|
|
categories = ["date-and-time"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/chronotope/chrono-tz"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[dependencies.arbitrary]
|
|
version = "1.2"
|
|
features = ["derive"]
|
|
optional = true
|
|
|
|
[dependencies.chrono]
|
|
version = "0.4.25"
|
|
default-features = false
|
|
|
|
[dependencies.phf]
|
|
version = "0.11"
|
|
default-features = false
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.99"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.uncased]
|
|
version = "0.9"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dev-dependencies.chrono]
|
|
version = "0.4"
|
|
features = ["alloc"]
|
|
default-features = false
|
|
|
|
[dev-dependencies.serde_test]
|
|
version = "1"
|
|
|
|
[build-dependencies.chrono-tz-build]
|
|
version = "0.3"
|
|
|
|
[features]
|
|
case-insensitive = [
|
|
"dep:uncased",
|
|
"chrono-tz-build/case-insensitive",
|
|
"phf/uncased",
|
|
]
|
|
default = ["std"]
|
|
filter-by-regex = ["chrono-tz-build/filter-by-regex"]
|
|
serde = ["dep:serde"]
|
|
std = []
|