]> git.proxmox.com Git - rustc.git/blob - vendor/iana-time-zone/Cargo.toml
New upstream version 1.72.1+dfsg1
[rustc.git] / vendor / iana-time-zone / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 name = "iana-time-zone"
15 version = "0.1.57"
16 authors = [
17 "Andrew Straw <strawman@astraw.com>",
18 "René Kijewski <rene.kijewski@fu-berlin.de>",
19 "Ryan Lopopolo <rjl@hyperbo.la>",
20 ]
21 description = "get the IANA time zone for the current system"
22 readme = "README.md"
23 keywords = [
24 "IANA",
25 "time",
26 ]
27 categories = [
28 "date-and-time",
29 "internationalization",
30 "os",
31 ]
32 license = "MIT OR Apache-2.0"
33 repository = "https://github.com/strawlab/iana-time-zone"
34
35 [features]
36 fallback = []
37
38 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys]
39 version = "0.8.3"
40
41 [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
42 version = "0.3.50"
43
44 [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
45 version = "0.2.70"
46
47 [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
48 version = "0.3"
49
50 [target."cfg(target_os = \"android\")".dependencies.android_system_properties]
51 version = "0.1.5"
52
53 [target."cfg(target_os = \"haiku\")".dependencies.iana-time-zone-haiku]
54 version = "0.1.1"
55
56 [target."cfg(target_os = \"windows\")".dependencies.windows]
57 version = "0.48.0"
58 features = ["Globalization"]