json_in_type 1.1.1

a library for fast json serialization
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 = "json_in_type"
version = "1.1.1"
authors = ["ophir <pere.jobs@gmail.com>"]
description = "a library for fast json serialization"
homepage = "https://lovasoa.github.io/json_in_type/"
documentation = "https://docs.rs/json_in_type"
readme = "README.md"
keywords = ["json", "serialization"]
categories = ["encoding"]
license = "BSD-2-Clause"
repository = "https://github.com/lovasoa/json_in_type"

[lib]
name = "json_in_type"
path = "src/lib.rs"

[[bin]]
name = "json_in_type"
path = "src/bin.rs"

[[bench]]
name = "json_encoding"
harness = false
[dependencies.itoa]
version = "0.4"
features = ["i128"]

[dependencies.ryu-ecmascript]
version = "0.1"
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.json_in_type_derive]
version = "0.1"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"
[badges.travis-ci]
branch = "master"
repository = "lovasoa/json_in_type"