# 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 = "searchspot" version = "0.16.0" authors = ["Giovanni Capuano "] description = "The service responsible for Honeypot's ElasticSearch data" keywords = ["elasticsearch"] license = "BSD-2-Clause" repository = "https://github.com/honeypotio/searchspot" [lib] name = "searchspot" path = "src/lib.rs" [[bin]] name = "searchspot" path = "src/main.rs" doc = false [dependencies.backtrace] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.iron] version = "0.6" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.3" [dependencies.logger] version = "0.4" [dependencies.maplit] version = "1.0" [dependencies.oath] version = "0.10" [dependencies.params] version = "0.8" [dependencies.persistent] version = "0.4" [dependencies.rollbar] version = "0.4" [dependencies.router] version = "0.6" [dependencies.rs-es] version = "0.10" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.4" [dependencies.unicase] version = "1.0"