[package]
edition = "2021"
name = "rtz-build"
version = "0.2.8"
authors = ["Aaron Roney <twitchax@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The build crate for `rtz`."
homepage = "https://github.com/twitchax/rtz"
readme = "README.md"
keywords = [
"cli",
"time",
"zone",
"timezone",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/twitchax/rtz"
[features]
admin-osm = ["rtz-core/admin-osm"]
default = []
double-precision = ["rtz-core/double-precision"]
force-rebuild = []
full = [
"tz-ned",
"tz-osm",
"admin-osm",
"self-contained",
"rtz-core/full",
]
self-contained = ["rtz-core/self-contained"]
tz-ned = ["rtz-core/tz-ned"]
tz-osm = ["rtz-core/tz-osm"]
[lib]
name = "rtz_build"
path = "src/lib.rs"
[dependencies.rtz-core]
version = "0.1.6"