[package]
name = "string-wrapper"
version = "0.2.0"
authors = ["Christopher Armstrong <radix@twistedmatrix.com>"]
license = "MIT / Apache-2.0"
repository = "https://github.com/radix/string-wrapper"
documentation = "https://docs.rs/string-wrapper"
description = "A possibly-stack-allocated string with generic bytes storage"
readme = "README.md"
keywords = ["string", "data-structures"]
categories = ["data-structures"]
[badges]
travis-ci = { repository = "radix/string-wrapper" }
[lib]
path = "lib.rs"
[features]
use_serde = ["serde", "serde_derive"]
[dev-dependencies]
serde_json = "0.9"
[dependencies]
serde = {version = "0.9", optional = true}
serde_derive = {version = "0.9", optional = true}