Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / time-0.1.45 / Cargo.toml
blob4f6912ef9df921e3945612662b58b16e6dd474c1
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
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.
12 [package]
13 name = "time"
14 version = "0.1.45"
15 authors = ["The Rust Project Developers"]
16 exclude = [
17     ".github",
18     "benches",
20 description = """
21 Utilities for working with time-related functions in Rust.
22 """
23 homepage = "https://github.com/time-rs/time"
24 documentation = "https://docs.rs/time/~0.1"
25 readme = "README.md"
26 license = "MIT/Apache-2.0"
27 repository = "https://github.com/time-rs/time"
29 [dependencies.libc]
30 version = "0.2.69"
32 [dependencies.rustc-serialize]
33 version = "0.3"
34 optional = true
36 [dev-dependencies.log]
37 version = "0.4"
39 [dev-dependencies.winapi]
40 version = "0.3.0"
41 features = [
42     "std",
43     "processthreadsapi",
44     "winbase",
47 [target."cfg(target_os = \"wasi\")".dependencies.wasi]
48 version = "=0.10.0"
50 [target."cfg(windows)".dependencies.winapi]
51 version = "0.3.0"
52 features = [
53     "std",
54     "minwinbase",
55     "minwindef",
56     "ntdef",
57     "profileapi",
58     "sysinfoapi",
59     "timezoneapi",