android-chrono-tz 0.1.0

Chrono timezone support for Android.
Documentation
# 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 = "2024"
name = "android-chrono-tz"
version = "0.1.0"
authors = ["Andrew Walbran <qwandor@google.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chrono timezone support for Android."
readme = "README.md"
keywords = [
    "date",
    "time",
    "timezone",
    "android",
    "chrono",
]
categories = ["date-and-time"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/google/android-chrono-tz"

[lib]
name = "android_chrono_tz"
path = "src/lib.rs"

[[example]]
name = "local_offsets"
path = "examples/local_offsets.rs"

[[example]]
name = "named_timezones"
path = "examples/named_timezones.rs"

[dependencies.chrono]
version = "0.4.44"
features = ["now"]
default-features = false

[dependencies.libc]
version = "0.2.184"

[dependencies.thiserror]
version = "2.0.18"