We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5afce2 commit 21cb901Copy full SHA for 21cb901
Cargo.toml
@@ -1,7 +1,14 @@
1
[package]
2
name = "jsonpath_rs"
3
version = "0.1.0"
4
+authors = ["Meir Shpilraien <meir@redis.com>"]
5
edition = "2021"
6
+description = "A JsonPath engine written in Rust"
7
+license = "BSD-3-Clause"
8
+repository = "https://github.com/RedisJSON/jsonpath_rs"
9
+readme = "README.md"
10
+keywords = ["json", "jsonpath", "query"]
11
+categories = ["database", "api-bindings", "parser-implementations"]
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
0 commit comments