[dependencies.env_logger]
version = "0.7.1"
[dependencies.log]
version = "0.4.8"
[dependencies.redis]
version = "0.16.0"
[dependencies.redisgraph]
version = "0.5.0"
[dependencies.wascc-codec]
version = "0.7.0"
[dependencies.wasccgraph-common]
version = "0.0.2"
[features]
static_plugin = []
[lib]
crate-type = ["cdylib", "rlib"]
[package]
authors = ["Kevin Hoffman <alothien@gmail.com>"]
categories = ["wasm", "api-bindings", "database"]
description = "RedisGraph implementation of the waSCC Graph Database capability provider contract"
documentation = "https://docs.rs/wasccgraph-redis"
edition = "2018"
homepage = "https://wascc.dev"
keywords = ["webassembly", "wasm", "graphdb", "graph", "wascc"]
license = "Apache-2.0"
name = "wasccgraph-redis"
readme = "README.md"
repository = "https://github.com/wascc/redisgraph"
version = "0.1.0"