]> git.proxmox.com Git - rustc.git/blob - vendor/chrono/Cargo.toml
New upstream version 1.49.0+dfsg1
[rustc.git] / vendor / chrono / 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 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]
14 name = "chrono"
15 version = "0.4.15"
16 authors = ["Kang Seonghoon <public+rust@mearie.org>", "Brandon W Maister <quodlibetor@gmail.com>"]
17 exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml", "/Makefile"]
18 description = "Date and time library for Rust"
19 homepage = "https://github.com/chronotope/chrono"
20 documentation = "https://docs.rs/chrono/"
21 readme = "README.md"
22 keywords = ["date", "time", "calendar"]
23 categories = ["date-and-time"]
24 license = "MIT/Apache-2.0"
25 repository = "https://github.com/chronotope/chrono"
26 [package.metadata.docs.rs]
27 features = ["serde"]
28
29 [package.metadata.playground]
30 features = ["serde"]
31
32 [lib]
33 name = "chrono"
34
35 [[bench]]
36 name = "chrono"
37 harness = false
38 required-features = ["__internal_bench"]
39
40 [[bench]]
41 name = "serde"
42 harness = false
43 required-features = ["serde"]
44 [dependencies.num-integer]
45 version = "0.1.36"
46 default-features = false
47
48 [dependencies.num-traits]
49 version = "0.2"
50 default-features = false
51
52 [dependencies.pure-rust-locales]
53 version = "0.5.2"
54 optional = true
55
56 [dependencies.rustc-serialize]
57 version = "0.3.20"
58 optional = true
59
60 [dependencies.serde]
61 version = "1.0.99"
62 optional = true
63 default-features = false
64
65 [dependencies.time]
66 version = "0.1.43"
67 optional = true
68 [dev-dependencies.bincode]
69 version = "0.8.0"
70
71 [dev-dependencies.criterion]
72 version = "0.3"
73
74 [dev-dependencies.doc-comment]
75 version = "0.3"
76
77 [dev-dependencies.num-iter]
78 version = "0.1.35"
79 default-features = false
80
81 [dev-dependencies.serde_derive]
82 version = "1"
83 default-features = false
84
85 [dev-dependencies.serde_json]
86 version = "1"
87
88 [features]
89 __doctest = []
90 __internal_bench = []
91 alloc = []
92 clock = ["time", "std"]
93 default = ["clock", "std"]
94 std = []
95 unstable-locales = ["pure-rust-locales", "alloc"]
96 wasmbind = ["wasm-bindgen", "js-sys"]
97 [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys]
98 version = "0.3"
99 optional = true
100
101 [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen]
102 version = "0.2"
103 optional = true
104 [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test]
105 version = "0.3"
106 [badges.appveyor]
107 repository = "chronotope/chrono"
108
109 [badges.travis-ci]
110 repository = "chronotope/chrono"