]> git.proxmox.com Git - rustc.git/blob - vendor/serde/Cargo.toml
New upstream version 1.54.0+dfsg1
[rustc.git] / vendor / serde / 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 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]
14 name = "serde"
15 version = "1.0.126"
16 authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
17 build = "build.rs"
18 include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
19 description = "A generic serialization/deserialization framework"
20 homepage = "https://serde.rs"
21 documentation = "https://docs.serde.rs/serde/"
22 readme = "crates-io.md"
23 keywords = ["serde", "serialization", "no_std"]
24 categories = ["encoding"]
25 license = "MIT OR Apache-2.0"
26 repository = "https://github.com/serde-rs/serde"
27 [package.metadata.docs.rs]
28 targets = ["x86_64-unknown-linux-gnu"]
29
30 [package.metadata.playground]
31 features = ["derive", "rc"]
32 [dependencies.serde_derive]
33 version = "=1.0.126"
34 optional = true
35 [dev-dependencies.serde_derive]
36 version = "1.0"
37
38 [features]
39 alloc = []
40 default = ["std"]
41 derive = ["serde_derive"]
42 rc = []
43 std = []
44 unstable = []