value-trait 0.1.14

Traits to deal with JSONesque values
Documentation
[package]
name = "value-trait"
version = "0.1.14"
authors = ["Heinz N. Gies <heinz@licenser.net>"]
edition = "2018"
license = "Apache-2.0/MIT"
description = "Traits to deal with JSONesque values"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
itoa = { version = "0.4", features = ["i128"] }
ryu = "1"
halfbrown = "0.1"
float-cmp = "0.7"

[features]
# Support for 128 bit integers
128bit = []

neon = []