# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wasccgraph-redis" version = "0.1.0" authors = ["Kevin Hoffman "] description = "RedisGraph implementation of the waSCC Graph Database capability provider contract" homepage = "https://wascc.dev" documentation = "https://docs.rs/wasccgraph-redis" readme = "README.md" keywords = ["webassembly", "wasm", "graphdb", "graph", "wascc"] categories = ["wasm", "api-bindings", "database"] license = "Apache-2.0" repository = "https://github.com/wascc/redisgraph" [lib] crate-type = ["cdylib", "rlib"] [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 = []