# 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 = "jlq" version = "0.1.0" authors = ["Haris Amin "] description = """ Query JSON log files quickly and efficiently with the power of SQLite """ homepage = "https://github.com/hamin/jlq" readme = "README.md" keywords = [ "jq", "json", "log", "query", "SQLite", ] categories = ["command-line-utilities"] license = "MIT" [dependencies.colored_json] version = "3.0.1" [dependencies.cursive] version = "0.20.0" features = ["crossterm-backend"] default-features = false [dependencies.indicatif] version = "0.17.2" [dependencies.linemux] version = "0.2" [dependencies.rusqlite] version = "0.27.0" features = ["bundled"] [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.16" features = [ "net", "rt-multi-thread", "macros", "io-util", "io-std", ] [dependencies.tokio-util] version = "0.6" features = ["codec"]