Bug 1687945 [wpt PR 27273] - [resources] Fix conftest.py for pytest>6, a=testonly
[gecko.git] / third_party / rust / serde_with / Cargo.toml
blob26a7ce2a6b844a01fae27ee6f1d2c839c4abe34d
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 = "serde_with"
15 version = "1.4.0"
16 authors = ["jonasbb"]
17 exclude = [".codecov.yml", ".gitignore", ".pre-commit-config.yaml", ".travis.yml", "bors.toml", "README.tpl", "rustfmt.toml"]
18 description = "Custom de/serialization functions for Rust's serde"
19 documentation = "https://docs.rs/serde_with/"
20 readme = "README.md"
21 keywords = ["serde", "utilities", "serialization", "deserialization"]
22 license = "MIT OR Apache-2.0"
23 repository = "https://github.com/jonasbb/serde_with"
24 [package.metadata.docs.rs]
25 all-features = true
26 [dependencies.chrono]
27 version = "0.4.1"
28 features = ["serde"]
29 optional = true
31 [dependencies.serde]
32 version = "1.0.75"
34 [dependencies.serde_json]
35 version = "1.0.1"
36 optional = true
38 [dependencies.serde_with_macros]
39 version = "1.1.0"
40 optional = true
41 [dev-dependencies.fnv]
42 version = "1.0.6"
44 [dev-dependencies.pretty_assertions]
45 version = "0.6.1"
47 [dev-dependencies.ron]
48 version = ">=0.3.0, <0.6"
50 [dev-dependencies.serde_derive]
51 version = "1.0.75"
53 [dev-dependencies.serde_json]
54 version = "1.0.25"
56 [dev-dependencies.version-sync]
57 version = "0.8.1"
59 [features]
60 default = ["macros"]
61 json = ["serde_json"]
62 macros = ["serde_with_macros"]
63 [badges.codecov]
64 branch = "master"
65 repository = "jonasbb/serde_with"
66 service = "github"
68 [badges.maintenance]
69 status = "actively-developed"
71 [badges.travis-ci]
72 branch = "master"
73 repository = "jonasbb/serde_with"