serde09 0.9.0

Re-export of serde::*
Documentation
[dependencies.serde]
default-features = false
version = "0.9"

[features]
alloc = ["serde/alloc"]
collections = ["serde/collections"]
default = ["std"]
derive = ["serde/derive"]
playground = ["serde/playground"]
std = ["serde/std"]
unstable = ["serde/unstable"]
unstable-testing = ["serde/unstable-testing"]

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Re-export of serde::*"
include = ["Cargo.toml", "src/lib.rs", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["serde"]
license = "MIT/Apache-2.0"
name = "serde09"
repository = "https://github.com/serde-rs/legacy"
version = "0.9.0"