# 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 = "noise_search" version = "0.8.0" authors = [ "Damien Katz ", "Volker Mische ", ] build = "build.rs" description = "Nested Object Inverted Search Engine" homepage = "https://noisesearch.org/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/pipedown/noise.git" resolver = "2" [lib] name = "noise_search" crate-type = ["lib"] [dependencies.noise_search_deps_rocksdb] version = "0.1.1" [dependencies.rustc-serialize] version = "0.3.24" [dependencies.stemmer] version = "0.3.2" [dependencies.unicode-normalization] version = "0.1.19" [dependencies.unicode-segmentation] version = "1.8.0" [dependencies.uuid] version = "1.1.2" features = ["v4"] [dependencies.varint] version = "0.9.0"