# 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" rust-version = "1.70" name = "xapian-rs" version = "0.2.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for the Xapian search engine" documentation = "https://torrancew.github.io/xapian-rs" readme = "README.md" license = "MIT" repository = "https://github.com/torrancew/xapian-rs" [lib] name = "xapian_rs" path = "src/lib.rs" [[example]] name = "expanded_query" path = "examples/expanded_query.rs" [[example]] name = "facet" path = "examples/facet.rs" [[example]] name = "field_processor" path = "examples/field_processor.rs" [[example]] name = "index" path = "examples/index.rs" [[example]] name = "match_decider" path = "examples/match_decider.rs" [[example]] name = "query" path = "examples/query.rs" [[example]] name = "ranges" path = "examples/ranges.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "index" path = "tests/index.rs" [[test]] name = "ranges" path = "tests/ranges.rs" [dependencies.autocxx] version = "0.27.0" [dependencies.bitflags] version = "2.6.0" [dependencies.bytes] version = "1.6.0" [dependencies.cxx] version = "1.0.122" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.clap] version = "4.5.4" features = ["derive"] [dev-dependencies.csv] version = "1.3.0" [dev-dependencies.float-ord] version = "0.3.2" [dev-dependencies.serde] version = "1.0.202" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.117" [build-dependencies.autocxx-build] version = "0.27.0" [build-dependencies.miette] version = "5" features = ["fancy"]