File: Cargo.toml

package info (click to toggle)
rust-jql 8.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 140 kB
  • sloc: makefile: 4
file content (81 lines) | stat: -rw-r--r-- 1,771 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# 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 = "2024"
name = "jql"
version = "8.0.9"
authors = ["Davy Duperron <yamafaktory@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "jql - JSON Query Language - is a fast and simple command-line tool to manipulate JSON data."
readme = "README.md"
keywords = [
    "cli",
    "json",
    "terminal",
    "tool",
    "query",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yamafaktory/jql"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"

[[bin]]
name = "jql"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5.48"
features = ["derive"]

[dependencies.colored_json]
version = "5.0.0"

[dependencies.jql-runner]
version = "8.0.9"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"
features = [
    "preserve_order",
    "unbounded_depth",
]

[dependencies.serde_stacker]
version = ">=0.1.10, < 0.2"

[dependencies.tokio]
version = "1.47.1"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "rt-multi-thread",
]