# 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 = "jawk" version = "0.1.15" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "JSON AWK." homepage = "https://jawk.ykaplan.me/" documentation = "https://jawk.ykaplan.me/" readme = "README.md" license = "MIT" repository = "https://github.com/yift/jawk" [lib] name = "jawk" path = "src/lib.rs" [[bin]] name = "jawk" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.base64] version = "0.22" [dependencies.bigdecimal] version = "0.4" [dependencies.cached] version = "0.53" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.clap-markdown] version = "0.1" optional = true [dependencies.indexmap] version = "2.6" [dependencies.mdbook] version = "0.4" optional = true [dependencies.open] version = "5.3" [dependencies.regex] version = "1.11" [dependencies.thiserror] version = "1.0" [features] create-docs = [ "clap-markdown", "mdbook", ] default = []