# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "json-pointer-simd" version = "0.3.3" authors = [ "Nathaniel Ringo ", "Martin Bartlett ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for parsing and using JSON pointers with simd_json, as specified in RFC 6901." homepage = "https://github.com/bassmanitram/json-pointer-simd" documentation = "https://docs.rs/json-pointer-simd" readme = "README.md" license = "MIT" repository = "https://github.com/bassmanitram/json-pointer-simd" [lib] name = "json_pointer_simd" path = "src/lib.rs" [[example]] name = "create_from_str_array" path = "examples/create_from_str_array.rs" [[test]] name = "macros" path = "tests/macros.rs" [[test]] name = "parsing" path = "tests/parsing.rs" [[test]] name = "push_pop" path = "tests/push_pop.rs" [[test]] name = "rfc" path = "tests/rfc.rs" [[test]] name = "rfc_simd" path = "tests/rfc_simd.rs" [dependencies.serde_json] version = "1.0" [dependencies.simd-json] version = "0" [dev-dependencies.lazy_static] version = "^0.2.8" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.regex] version = "1.10.2"