# 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 = "tzf-rs" version = "0.4.9" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Fast convert longitude,latitude to timezone name." homepage = "https://github.com/ringsaturn/tzf-rs" documentation = "https://docs.rs/tzf-rs" readme = "README.md" keywords = [ "timezone", "geo", ] license = "MIT" repository = "https://github.com/ringsaturn/tzf-rs" [profile.bench] lto = true [lib] name = "tzf_rs" path = "src/lib.rs" [[bin]] name = "tzf" path = "src/bin/tzf.rs" doc = false required-features = ["clap"] [[test]] name = "basic_test" path = "tests/basic_test.rs" [[test]] name = "default" path = "tests/default.rs" [[test]] name = "fuzzy_test" path = "tests/fuzzy_test.rs" [[bench]] name = "finders" path = "benches/finders.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1" [dependencies.clap] version = "4" features = [ "color", "help", "usage", "derive", ] optional = true [dependencies.geometry-rs] version = "0.2.1" [dependencies.prost] version = "0.13" [dependencies.rand] version = "0.8.5" [dependencies.tzf-rel] version = "0.0.2024-b" [dev-dependencies.cities-json] version = "0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.lazy_static] version = "1.5.0" [build-dependencies.prost-build] version = "0.13.2" [features] default = ["clap"] [target.'cfg(not(target_env = "msvc"))'.dev-dependencies.pprof] version = "0.13" features = ["flamegraph"]