]> git.proxmox.com Git - rustc.git/blame - vendor/time/Cargo.toml
New upstream version 1.41.1+dfsg1
[rustc.git] / vendor / time / Cargo.toml
CommitLineData
ff7c6d11
XL
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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "time"
60c5eb7d 15version = "0.1.42"
ff7c6d11
XL
16authors = ["The Rust Project Developers"]
17description = "Utilities for working with time-related functions in Rust.\n"
18homepage = "https://github.com/rust-lang/time"
19documentation = "https://doc.rust-lang.org/time"
20license = "MIT/Apache-2.0"
21repository = "https://github.com/rust-lang/time"
22[dependencies.libc]
23version = "0.2.1"
24
25[dependencies.rustc-serialize]
26version = "0.3"
27optional = true
28[dev-dependencies.log]
8faf50e0 29version = "0.4"
ff7c6d11
XL
30
31[dev-dependencies.winapi]
32version = "0.3.0"
33features = ["std", "processthreadsapi", "winbase"]
34[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
35version = "0.1"
36[target."cfg(windows)".dependencies.winapi]
37version = "0.3.0"
38features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"]
39[badges.appveyor]
40repository = "alexcrichton/time"
41
42[badges.travis-ci]
43repository = "rust-lang-deprecated/time"