# 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" rust-version = "1.56" name = "chiselj" version = "0.1.3" authors = ["Jonny Coombes "] description = "JSON command line utility" keywords = [ "json", "cli", ] categories = [ "text-processing", "command-line-interface", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jonnycoombes/chiselj" [dependencies.atty] version = "0.2.14" [dependencies.chisel-json] version = "0.1.22" [dependencies.clap] version = "4.1.6" features = [ "derive", "cargo", ] [dependencies.crossterm] version = "0.26.1" [features] crossterm = [] default = ["crossterm"]