# 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 = "jqunit" version = "0.1.0-rc" include = [ "src/**/*.rs", "build.rs", "Cargo.toml", ] description = "A test framework for jq, built on top of libjq." homepage = "https://github.com/mrwilson/jqunit" readme = "README.md" keywords = [ "jq", "testing", "tdd", ] categories = [ "command-line-utilities", "development-tools::testing", ] license = "MIT" repository = "https://github.com/mrwilson/jqunit" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.libc] version = "0.2.153" [dependencies.walkdir] version = "2.4.0"