[package] name = "legacy-serde" version = "0.9.0" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Re-export of serde::*" repository = "https://github.com/serde-rs/legacy" keywords = ["serde"] include = ["Cargo.toml", "src/lib.rs", "LICENSE-APACHE", "LICENSE-MIT"] [dependencies] serde = { version = "0.9", default-features = false } [features] default = ["std"] alloc = ["serde/alloc"] collections = ["serde/collections"] derive = ["serde/derive"] playground = ["serde/playground"] std = ["serde/std"] unstable = ["serde/unstable"] unstable-testing = ["serde/unstable-testing"]