# 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 = "os-query-builder-rs" version = "0.2.0" authors = ["Igor Batanov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Open Search query builder" readme = "README.md" license = "MIT" repository = "https://github.com/ibatanov/os-query-builder-rs/tree/main" [lib] name = "os_query_builder_rs" path = "src/lib.rs" [[test]] name = "compound_query_boolean_test" path = "tests/compound_query_boolean_test.rs" [[test]] name = "compound_query_boosting_test" path = "tests/compound_query_boosting_test.rs" [[test]] name = "compound_query_constant_score" path = "tests/compound_query_constant_score.rs" [[test]] name = "compound_query_disjunction_max_test" path = "tests/compound_query_disjunction_max_test.rs" [[test]] name = "exists_test" path = "tests/exists_test.rs" [[test]] name = "fuzzy_test" path = "tests/fuzzy_test.rs" [[test]] name = "ids_test" path = "tests/ids_test.rs" [[test]] name = "intervals_rule_test" path = "tests/intervals_rule_test.rs" [[test]] name = "intervals_test" path = "tests/intervals_test.rs" [[test]] name = "match_boolean_prefix_test" path = "tests/match_boolean_prefix_test.rs" [[test]] name = "match_phrase_prefix_test" path = "tests/match_phrase_prefix_test.rs" [[test]] name = "match_phrase_test" path = "tests/match_phrase_test.rs" [[test]] name = "match_test" path = "tests/match_test.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "multi_match_test" path = "tests/multi_match_test.rs" [[test]] name = "prefix_test" path = "tests/prefix_test.rs" [[test]] name = "query_string_test" path = "tests/query_string_test.rs" [[test]] name = "range_test" path = "tests/range_test.rs" [[test]] name = "regexp_test" path = "tests/regexp_test.rs" [[test]] name = "rewrite_test" path = "tests/rewrite_test.rs" [[test]] name = "simple_query_string_test" path = "tests/simple_query_string_test.rs" [[test]] name = "term_test" path = "tests/term_test.rs" [[test]] name = "terms_set_test" path = "tests/terms_set_test.rs" [[test]] name = "terms_test" path = "tests/terms_test.rs" [[test]] name = "wildcard_test" path = "tests/wildcard_test.rs" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127"