sval 1.0.0-alpha.5

A no-std, object-safe serialization framework
Documentation
[dependencies.serde1_lib]
default-features = false
optional = true
package = "serde"
version = "1.0.104"

[dependencies.smallvec]
default-features = false
optional = true
version = "1"

[dependencies.sval_derive]
optional = true
version = "1.0.0-alpha.5"
[dev-dependencies.quickcheck]
version = "0.9"

[dev-dependencies.wasm-bindgen]
version = "0.2"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[features]
alloc = []
arbitrary-depth = ["alloc", "smallvec"]
derive = ["sval_derive"]
fmt = []
serde = ["serde1"]
serde1 = ["serde1_lib"]
std = ["alloc"]
test = ["std"]

[package]
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
categories = ["encoding", "no-std"]
description = "A no-std, object-safe serialization framework"
documentation = "https://docs.rs/sval"
edition = "2018"
exclude = [".travis.yml", "ci/*"]
keywords = ["serialization", "no_std"]
license = "Apache-2.0 OR MIT"
name = "sval"
readme = "README.md"
repository = "https://github.com/sval-rs/sval"
version = "1.0.0-alpha.5"
[package.metadata.docs.rs]
features = ["derive", "serde", "fmt", "test", "std"]
[profile.release]
debug = true