jaq-all 0.1.0

Run & compile jq filters and read & write data
Documentation
# 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.70"
name = "jaq-all"
version = "0.1.0"
authors = ["Michael Färber <michael.faerber@gedenkt.at>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run & compile jq filters and read & write data"
readme = "README.md"
keywords = ["jq"]
license = "MIT"
repository = "https://github.com/01mf02/jaq"

[features]
default = ["formats"]
formats = ["jaq-fmts/all"]

[lib]
name = "jaq_all"
path = "src/lib.rs"

[[example]]
name = "main"
path = "examples/main.rs"

[dependencies.codesnake]
version = "0.3"

[dependencies.jaq-core]
version = "3.0.0"

[dependencies.jaq-fmts]
version = "0.1.0"

[dependencies.jaq-json]
version = "2.0.0"

[dependencies.jaq-std]
version = "3.0.0"

[dependencies.unicode-width]
version = "0.1.13"

[dev-dependencies.serde_json]
version = "1.0"