[package]
name = "pikkr"
version = "0.16.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"