# 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 = "analogize" version = "0.4.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "analogize is a log analyzer" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "analogize" path = "src/lib.rs" [[bin]] name = "analogize" path = "src/bin/analogize.rs" required-features = ["binaries"] [dependencies.arrrg] version = "0.5" [dependencies.arrrg_derive] version = "0.5" [dependencies.buffertk] version = "0.10" [dependencies.chrono] version = "0.4" [dependencies.getopts] version = "0.2" [dependencies.guacamole] version = "0.9" [dependencies.indicio] version = "0.9" features = ["prototk"] [dependencies.libc] version = "0.2" [dependencies.mani] version = "0.7" [dependencies.nom] version = "7.1" [dependencies.prototk] version = "0.10" [dependencies.prototk_derive] version = "0.10" [dependencies.rustyline] version = "11.0" [dependencies.scrunch] version = "0.6" [dependencies.zerror] version = "0.7" [dependencies.zerror_core] version = "0.10" [dependencies.zerror_derive] version = "0.6" [dev-dependencies.proptest] version = "1.0" [features] binaries = [] default = ["binaries"]