# 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" name = "rtz-build" version = "0.2.7" authors = ["Aaron Roney "] build = 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" [lib] name = "rtz_build" path = "src/lib.rs" [dependencies.rtz-core] version = "0.1.4" [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"]