# 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 = "2018" name = "varnishslog" version = "0.8.2" authors = ["Jakub Pastuszek "] exclude = [ "logs/*", "logs-new/*", "callgrind*", ] description = "Reads Varnish Cache VSL (binary) log stream and produces structured log records in JSON format" documentation = "https://docs.rs/varnishslog" readme = "README.md" keywords = [ "varnish", "log", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jpastuszek/varnishslog" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug-assertions = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug-assertions = false [[bench]] name = "stream_buf" harness = false [[bench]] name = "access_log" harness = false [dependencies.assert_matches] version = "1.5.0" [dependencies.bitflags] version = "1.3.2" [dependencies.boolinator] version = "2.4.0" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "2.34.0" [dependencies.env_logger] version = "0.9.3" [dependencies.flexi_logger] version = "0.18.1" [dependencies.fnv] version = "1.0.7" [dependencies.linked-hash-map] version = "0.5.6" [dependencies.log] version = "0.4.17" [dependencies.nom] version = "1.2.4" [dependencies.quick-error] version = "2.0.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dev-dependencies.bencher] version = "0.1.5"