# 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 = "kq" version = "1.0.6" description = "A jq-like cli tool that can query and transform kdl right in the command line" homepage = "https://github.com/jihchi/kq" documentation = "https://crates.io/crates/kq" keywords = ["kdl", "query", "transform", "config", "document"] license-file = "LICENSE" repository = "https://github.com/jihchi/kq.git" resolver = "2" [dependencies.getopts] version = "0.2" [dependencies.kdl] version = "3.0.0" [dependencies.nom] version = "7.0.0" [dev-dependencies.assert_cmd] version = "2.0.2" [dev-dependencies.indoc] version = "1.0.3" [dev-dependencies.predicates] version = "2.0.3"