# 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] name = "rucene" version = "0.1.1" authors = ["Zhihu Search Team"] description = "Rucene is a Rust port of the popular Apache Lucene project. Rucene is \nnot a complete application, but rather a code library and API that \ncan easily be used to add full text search capabilities to applications.\n" license-file = "LICENSE" repository = "https://github.com/zhihu/rucene" [profile.release] debug = true [dependencies.byteorder] version = "1" [dependencies.bytes] version = "0.4" [dependencies.chan] version = "0.1.21" [dependencies.chan-signal] version = "0.3.1" [dependencies.crc] version = "1.5.0" [dependencies.crossbeam] version = "0.7" [dependencies.either] version = "1.3" [dependencies.error-chain] version = "0.12.1" [dependencies.fasthash] version = "0.3" [dependencies.flate2] version = "1.0.2" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" [dependencies.memmap] version = "0.6" [dependencies.num-traits] version = "0.2" [dependencies.num_cpus] version = "1.10.0" [dependencies.rand] version = "0.5" [dependencies.regex] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.smallvec] version = "0.6.9" [dependencies.thread_local] version = "0.3" [dependencies.unicode_reader] version = "0.1.1" [dev-dependencies.tempfile] version = "3.0.8"