sval_json 0.4.1

JSON support for the sval 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_json"
version = "0.4.1"
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
description = "JSON support for the sval serialization framework"
documentation = "https://docs.rs/sval_json"
readme = "README.md"
keywords = ["serialization", "json", "no_std"]
categories = ["encoding", "no-std"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sval-rs/sval"
[package.metadata.docs.rs]
features = ["std"]
[dependencies.itoa]
version = "0.4"
default-features = false

[dependencies.ryu]
version = "0.2"

[dependencies.sval]
version = "0.4.1"

[features]
std = ["sval/std"]
[badges.travis-ci]
repository = "KodrAus/sval"