serde_stacker 0.1.5

Serde adapter that avoids stack overflow by dynamically growing the stack
Documentation
[package]
name = "serde_stacker"
version = "0.1.5"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Serde adapter that avoids stack overflow by dynamically growing the stack"
repository = "https://github.com/dtolnay/serde-stacker"
documentation = "https://docs.rs/serde_stacker"
readme = "README.md"
edition = "2018"
rust-version = "1.36"

[dependencies]
serde = "1.0"
stacker = "0.1"

[dev-dependencies]
serde_json = { version = "1.0.38", features = ["unbounded_depth"] }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]