Cargo Features

simple_serde has no features set by default.

[dependencies]
simple_serde = { version = "1.0.0-rc1", features = ["accept-limited-xml-serialize", "http"] }
accept-limited-xml-serialize = serde-xml-rs

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde-xml-rs accept-limited-xml-serialize?

Enables serde-xml-rs ^0.5.1

http implicit feature

Enables http ^0.2.6

http:

A set of types for representing HTTP requests and responses