strason 0.4.0

Json parser that preserves field ordering and stores numbers as strings, preserving their full data
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]
name = "strason"
version = "0.4.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
description = "Json parser that preserves field ordering and stores numbers as strings, preserving their full data"
homepage = "https://github.com/apoelstra/strason/"
documentation = "https://www.wpsoftware.net/rustdoc/strason/"
license = "CC0-1.0"
repository = "https://github.com/apoelstra/strason/"
[dependencies.serde]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"

[features]
default = ["utf16"]
utf16 = []