# 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 = "system_tz" version = "0.4.0" authors = ["b4D8 "] description = "Current timezone from the operating system" readme = "README.md" keywords = [ "timezone", "iana", "olson", ] categories = [ "date-and-time", "os", ] license = "Apache-2.0" repository = "https://github.com/b4D8/system_tz" [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "i686-unknown-linux-gnu", "i686-pc-windows-msvc", "wasm32-unknonw-unknown", ] [lib] name = "system_tz" path = "src/lib.rs" [[bin]] name = "tz" path = "src/bin.rs" [dependencies.chrono] version = "0.4.24" [dependencies.chrono-tz] version = "0.8.2" features = [ "serde", "case-insensitive", ] [build-dependencies.chrono] version = "0.4.24" [build-dependencies.chrono-tz] version = "0.8.2" features = [ "serde", "case-insensitive", ] [build-dependencies.quick-xml] version = "0.28.1" features = [ "serde", "serialize", ] [build-dependencies.reqwest] version = "0.11.16" [build-dependencies.serde] version = "1.0.160" features = ["derive"] [build-dependencies.tokio] version = "1.27.0" features = [ "macros", "rt-multi-thread", ] [target."cfg(target_family = \"wasm\")".dependencies.js-sys] version = "0.3.61" [target."cfg(target_family = \"windows\")".dependencies.once_cell] version = "1.17.1" [target."cfg(target_family = \"windows\")".dependencies.thiserror] version = "1.0.40" [target."cfg(target_family = \"windows\")".dependencies.windows] version = "0.48.0" features = [ "Globalization", "Win32_Foundation", "Win32_System_Time", ]