[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 = []