[package] authors = ["Nathaniel Ringo ", "Martin Bartlett "] description = "A crate for parsing and using JSON pointers with simd_json, as specified in RFC 6901." documentation = "https://docs.rs/json-pointer-simd" homepage = "https://github.com/bassmanitram/json-pointer-simd" license = "MIT" name = "json-pointer-simd" readme = "README.md" repository = "https://github.com/bassmanitram/json-pointer-simd" version = "0.3.3" edition = "2021" [dependencies] serde_json = "1.0" simd-json = "0" [dev-dependencies] lazy_static = "^0.2.8" regex = "1.10.2" quickcheck = "1.0.3" once_cell = "1.19.0"