# 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] edition = "2018" name = "log-analyzer-server" version = "0.1.1" authors = ["Mark Nefedov "] description = "Indexes and stores log data" license = "MIT" repository = "https://github.com/markusgod/log-analyzer" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.log-analyzer-transient-types] version = "0.1" [dependencies.parking_lot] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.tantivy] version = "0.14" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-serde] version = "0.8" features = ["cbor"] [dependencies.tokio-util] version = "0.6" features = ["codec"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dependencies.warp] version = "0.3"