Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / time-macros / Cargo.toml
blob1c86d657d54a3eac027c981ff2d0a02fd673d4af
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 edition = "2021"
14 rust-version = "1.65.0"
15 name = "time-macros"
16 version = "0.2.10"
17 authors = [
18     "Jacob Pratt <open-source@jhpratt.dev>",
19     "Time contributors",
21 description = """
22     Procedural macros for the time crate.
23     This crate is an implementation detail and should not be relied upon directly.
24 """
25 keywords = [
26     "date",
27     "time",
28     "calendar",
29     "duration",
31 categories = ["date-and-time"]
32 license = "MIT OR Apache-2.0"
33 repository = "https://github.com/time-rs/time"
35 [lib]
36 proc-macro = true
38 [dependencies.time-core]
39 version = "=0.1.1"
41 [features]
42 formatting = []
43 large-dates = []
44 parsing = []
45 serde = []