tzselect-rs 0.1.0

Rust port of upstream tzselect.ksh — the interactive tzdb timezone selector
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 = "2021"
rust-version = "1.74"
name = "tzselect-rs"
version = "0.1.0"
authors = ["infinityabundance"]
build = false
exclude = [
    "lab/",
    "reports/",
    "fuzz/",
    "tests/fixtures/oracle/",
    ".gitignore",
    "STATUS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of upstream tzselect.ksh — the interactive tzdb timezone selector"
homepage = "https://github.com/infinityabundance/tzselect-rs"
readme = "README.md"
keywords = [
    "tzdb",
    "timezone",
    "tzselect",
    "iana",
    "tz",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/infinityabundance/tzselect-rs"

[features]
fuzzing = []

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

[[bin]]
name = "tzselect-rs"
path = "src/main.rs"

[[test]]
name = "cases"
path = "tests/cases.rs"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]

[profile.release]
overflow-checks = true