ag 0.10.0

CLI App to slice and dice logfiles
Documentation
# 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 = "ag"
version = "0.10.0"
authors = ["Russell Cohen <russell.r.cohen@gmail.com>"]
description = "CLI App to slice and dice logfiles"
readme = "README.md"
license = "MIT"
repository = "https://github.com/rcoh/angle-grinder"
[package.metadata.deb]
extended-description = "Angle-grinder allows you to parse, aggregate, sum, average, percentile, and sort your data. You can see it, live-updating, in your terminal. Angle grinder is designed for when, for whatever reason, you don't have your data in graphite/honeycomb/kibana/sumologic/splunk/etc. but still want to be able to do sophisticated analytics. Angle grinder can process about a million rows per second, so it's usable for fairly meaty aggregation. The results will live update in your terminal as data is processed. Angle grinder is a bare bones functional programming language coupled with a pretty terminal UI."
[dependencies.annotate-snippets]
version = "0.5.0"
features = ["ansi_term"]

[dependencies.atty]
version = "0.2.0"

[dependencies.crossbeam-channel]
version = "0.3.4"

[dependencies.failure]
version = "0.1.3"

[dependencies.human-panic]
version = "1.0.1"

[dependencies.itertools]
version = "0.8.0"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.nom]
version = "4.2.3"
features = ["verbose-errors"]

[dependencies.nom_locate]
version = "0.3.1"
features = ["verbose-errors"]

[dependencies.num-derive]
version = "0.2.3"

[dependencies.num-traits]
version = "0.2.6"

[dependencies.ordered-float]
version = "1.0.1"

[dependencies.quantiles]
version = "0.7.1"

[dependencies.quicli]
version = "0.4.0"

[dependencies.regex]
version = "1.1.0"

[dependencies.self_update]
version = "0.5.0"

[dependencies.serde_json]
version = "1.0.33"

[dependencies.strsim]
version = "0.8.0"

[dependencies.structopt]
version = "0.2"

[dependencies.terminal_size]
version = "0.1.8"
[dev-dependencies.assert_cli]
version = "0.6.3"

[dev-dependencies.maplit]
version = "1.0.1"

[dev-dependencies.pulldown-cmark]
version = "0.2.0"

[dev-dependencies.serde]
version = "1.0.82"

[dev-dependencies.serde_derive]
version = "1.0.82"

[dev-dependencies.toml]
version = "0.4.10"