]> git.proxmox.com Git - cargo.git/blob - vendor/serde_ignored/Cargo.toml
bump version to 0.66.0+pve1-1~bpo11+pve1
[cargo.git] / vendor / serde_ignored / 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 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.
11
12 [package]
13 edition = "2018"
14 rust-version = "1.36"
15 name = "serde_ignored"
16 version = "0.1.7"
17 authors = ["David Tolnay <dtolnay@gmail.com>"]
18 description = "Find out about keys that are ignored when deserializing data"
19 readme = "README.md"
20 keywords = [
21 "serde",
22 "serialization",
23 ]
24 categories = [
25 "encoding",
26 "no-std",
27 ]
28 license = "MIT OR Apache-2.0"
29 repository = "https://github.com/dtolnay/serde-ignored"
30
31 [package.metadata.docs.rs]
32 targets = ["x86_64-unknown-linux-gnu"]
33
34 [lib]
35 doc-scrape-examples = false
36
37 [dependencies.serde]
38 version = "1.0"
39 features = ["alloc"]
40 default-features = false
41
42 [dev-dependencies.serde_derive]
43 version = "1.0"
44
45 [dev-dependencies.serde_json]
46 version = "1.0"