# 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-annika" version = "0.16.1" authors = ["Keiji Yoshida "] description = "JSON Parser which picks up values directly without performing tokenization in Rust. Reuploaded by Annika due to her compile problems." 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/AnnikaCodes/pikkr" [dependencies.fnv] version = "1.0.5" [dependencies.x86intrin] version = "0.4.3" optional = true [features] avx-accel = ["x86intrin"] default = []