Bug 1874684 - Part 10: Replace BigInt with Int128 in RoundNumberToIncrement. r=mgaudet
[gecko.git] / third_party / rust / chrono / Cargo.toml
blob2d3e7643377463405dce918f5854e037b6ea86e6
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 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)
13 [package]
14 name = "chrono"
15 version = "0.4.19"
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"]
29 [package.metadata.playground]
30 features = ["serde"]
32 [lib]
33 name = "chrono"
35 [[bench]]
36 name = "chrono"
37 harness = false
38 required-features = ["__internal_bench"]
40 [[bench]]
41 name = "serde"
42 harness = false
43 required-features = ["serde"]
44 [dependencies.libc]
45 version = "0.2.69"
46 optional = true
48 [dependencies.num-integer]
49 version = "0.1.36"
50 default-features = false
52 [dependencies.num-traits]
53 version = "0.2"
54 default-features = false
56 [dependencies.pure-rust-locales]
57 version = "0.5.2"
58 optional = true
60 [dependencies.rustc-serialize]
61 version = "0.3.20"
62 optional = true
64 [dependencies.serde]
65 version = "1.0.99"
66 optional = true
67 default-features = false
69 [dependencies.time]
70 version = "0.1.43"
71 optional = true
72 [dev-dependencies.bincode]
73 version = "0.8.0"
75 [dev-dependencies.criterion]
76 version = "0.3"
78 [dev-dependencies.doc-comment]
79 version = "0.3"
81 [dev-dependencies.num-iter]
82 version = "0.1.35"
83 default-features = false
85 [dev-dependencies.serde_derive]
86 version = "1"
87 default-features = false
89 [dev-dependencies.serde_json]
90 version = "1"
92 [features]
93 __doctest = []
94 __internal_bench = []
95 alloc = []
96 clock = ["libc", "std", "winapi"]
97 default = ["clock", "std", "oldtime"]
98 oldtime = ["time"]
99 std = []
100 unstable-locales = ["pure-rust-locales", "alloc"]
101 wasmbind = ["wasm-bindgen", "js-sys"]
102 [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys]
103 version = "0.3"
104 optional = true
106 [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen]
107 version = "0.2"
108 optional = true
109 [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test]
110 version = "0.3"
111 [target."cfg(windows)".dependencies.winapi]
112 version = "0.3.0"
113 features = ["std", "minwinbase", "minwindef", "timezoneapi"]
114 optional = true
115 [badges.appveyor]
116 repository = "chronotope/chrono"
118 [badges.travis-ci]
119 repository = "chronotope/chrono"