1 Star 0 Fork 1

阿刘/ReJSON

forked from Gitee 极速下载/ReJSON 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 744 Bytes
一键复制 编辑 原始数据 按行查看 历史
Guy Korland 提交于 2021-12-09 21:43 . initial ijson commit (#563)
[package]
name = "redisjson"
version = "99.99.99"
authors = ["Gavrie Philipson <gavrie@redislabs.com>"]
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
name = "rejson"
[dependencies]
log = "0.4"
bson = "0.14"
ijson = "0.1.3"
serde_json = "1.0"
serde = "1.0"
libc = "0.2"
jsonpath_lib = { git = "https://github.com/RedisJSON/jsonpath.git", branch = "generic_json_path" }
redis-module = { version="0.25", features = ["experimental-api"]}
itertools = "0.10.1"
[features]
# Workaround to allow cfg(feature = "test") in redismodue-rs dependencies:
# https://github.com/RedisLabsModules/redismodule-rs/pull/68
# This requires running the tests with `--features test`
test = ["redis-module/test"]
as-library = []
[profile.release]
debug = 1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/lcylln/ReJSON.git
git@gitee.com:lcylln/ReJSON.git
lcylln
ReJSON
ReJSON
master

搜索帮助