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]
14name = "serde"
15version = "1.0.27"
16authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
17include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
18description = "A generic serialization/deserialization framework"
19homepage = "https://serde.rs"
20documentation = "https://docs.serde.rs/serde/"
21readme = "README.md"
22keywords = ["serde", "serialization", "no_std"]
23categories = ["encoding"]
24license = "MIT/Apache-2.0"
25repository = "https://github.com/serde-rs/serde"
26[dependencies.serde_derive]
27version = "1.0"
28optional = true
29[dev-dependencies.serde_derive]
30version = "1.0"
31
32[features]
33alloc = ["unstable"]
34default = ["std"]
35derive = ["serde_derive"]
36playground = ["serde_derive"]
37rc = []
38std = []
39unstable = []
40[badges.appveyor]
41repository = "serde-rs/serde"
42
43[badges.travis-ci]
44repository = "serde-rs/serde"
45