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