# 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 = "toshi" version = "0.1.0" authors = ["Stephen Carman "] build = "build.rs" description = "A full text search engine based on Tantivy" license = "MIT" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [lib] path = "src/lib.rs" [[bin]] name = "toshi" path = "src/bin/main.rs" [dependencies.capnp] version = "^0.9" [dependencies.config] version = "^0.9.0" [dependencies.crossbeam-channel] version = "^0.2" [dependencies.failure] version = "^0.1.2" [dependencies.futures] version = "^0.1" [dependencies.gotham] version = "^0.2" [dependencies.gotham_derive] version = "^0.2" [dependencies.hyper] version = "^0.11" [dependencies.lazy_static] version = "^1.1" [dependencies.log] version = "^0.4" [dependencies.mime] version = "^0.3" [dependencies.pretty_env_logger] version = "^0.2" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.tantivy] version = "^0.7" [dependencies.tokio] version = "^0.1" [build-dependencies.capnpc] version = "0.9.0"