pikkr 0.13.0

JSON Parser which picks up values directly without performing tokenization in Rust
# 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 = "pikkr"
version = "0.13.0"
authors = ["Keiji Yoshida <kjmrknsn@gmail.com>"]
description = "JSON Parser which picks up values directly without performing tokenization in Rust"
homepage = "https://github.com/pikkr/pikkr"
documentation = "https://pikkr.github.io/doc/pikkr/"
readme = "README.md"
keywords = ["pikkr", "json", "simd"]
categories = ["algorithms", "data-structures", "parser-implementations", "parsing", "text-processing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/pikkr/pikkr"
[dependencies.fnv]
version = "1.0.5"

[dependencies.x86intrin]
version = "0.4.3"