jlf-it 0.4.0-dev

Interactive command builder for jlf: assemble a filter/view/summary/table step by step, preview it, then run or save it as a recipe
# 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 = "jlf-it"
version = "0.4.0-dev"
authors = ["Jack Lee <jack.y.l.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive command builder for jlf: assemble a filter/view/summary/table step by step, preview it, then run or save it as a recipe"
documentation = "https://docs.rs/jlf-it"
readme = false
keywords = [
    "json",
    "log",
    "cli",
    "wizard",
    "interactive",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/poonesnerfect/jlf"

[[bin]]
name = "jlf-it"
path = "src/main.rs"

[dependencies.console]
version = "0.15"

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.dialoguer]
version = "0.11"

[dependencies.etcetera]
version = "0.11"

[dependencies.jlf-core]
version = "0.4.0-dev"

[dependencies.serde_json]
version = "1"