sval 0.4.4

A no-std, object-safe serialization framework
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.smallvec]
version = "0.6"
optional = true

[dependencies.sval_derive]
version = "0.4.4"
optional = true
[dev-dependencies.quickcheck]
version = "0.8"

[features]
arbitrary-depth = ["std", "smallvec"]
derive = ["sval_derive"]
fmt = []
serde = ["serde_std"]
serde_no_std = ["serde_lib"]
serde_std = ["std", "serde_lib/std"]
std = []
test = ["std"]
[badges.travis-ci]
repository = "sval-rs/sval"