# 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 = "xapian" version = "0.1.5" authors = [ "Valeriy Bushenev ", "David Tolnay ", ] links = "xapian-rs" exclude = [ "xapian", ".*", ] description = "Rust bindings to Xapian" homepage = "https://github.com/ttys3/xapian-rs" documentation = "https://ttys3.github.io/xapian-rs/xapian/" readme = "README.md" license = "MIT" repository = "https://github.com/ttys3/xapian-rs.git" [lib] path = "src/lib.rs" [dependencies.cxx] version = "1.0.95" features = ["c++17"] [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.chrono] version = "0.4.26" [dev-dependencies.log] version = "0.4.18" [dev-dependencies.serde] version = "1.0.163" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.96" [build-dependencies.cxx-build] version = "1.0.95" [build-dependencies.miette] version = "5" features = ["fancy"] [build-dependencies.pkg-config] version = "0.3.27" [features] 64bit = [ "64bit-docid", "64bit-termcount", "64bit-termpos", ] 64bit-docid = [] 64bit-termcount = [] 64bit-termpos = [] default = ["xapian-1_5"] vendored-xapian = [] xapian-1_4 = [] xapian-1_5 = []