# 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] edition = "2018" name = "json-surf" version = "0.9.0" authors = ["Saurav Gupta "] publish = true description = "Search/Analyze JSON and Rust Struct\n" documentation = "https://docs.rs/json-surf" readme = "README.md" keywords = ["json", "struct", "lucene", "tantivy"] categories = ["parsing", "web-programming", "database-implementations", "text-processing"] license = "MIT" repository = "https://github.com/sgrust01/json-surf.git" [[example]] name = "usage" path = "examples/00_usage.rs" [[example]] name = "helloworld" path = "examples/01_helloworld.rs" [[example]] name = "tantivy" path = "examples/02_example_from_tantivy.rs" [[example]] name = "binarydata" path = "examples/04_binary_data.rs" [[example]] name = "fuzzy" path = "examples/03_fuzzy_user_name.rs" [dependencies.failure] version = "0.1.6" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-value] version = "0.6.0" [dependencies.serde_json] version = "1.0" [dependencies.symspell] version = "0.4.1" [dependencies.tantivy] version = "0.13.0"