gremlin-client 0.2.0

A Rust client for Apache TinkerPop™
Documentation
# 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 = "gremlin-client"
version = "0.2.0"
authors = ["Enrico Risa <enrico.risa@gmail.com>"]
description = "A Rust client for Apache TinkerPop™"
readme = "README.md"
keywords = ["database", "graphs", "tinkerpop"]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/wolf4ood/gremlin-rs"
[dependencies.chrono]
version = "0.4"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.r2d2]
version = "0.8.3"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.uuid]
version = "0.7.2"
features = ["serde", "v4"]

[dependencies.websocket]
version = "0.22"
features = ["sync", "sync-ssl"]
default-features = false
[badges.codecov]
branch = "master"
repository = "wolf4ood/gremlin-rs"
service = "github"

[badges.is-it-maintained-issue-resolution]
repository = "wolf4ood/gremlin-rs"

[badges.is-it-maintained-open-issues]
repository = "wolf4ood/gremlin-rs"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "wolf4ood/gremlin-rs"