# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "gremlin-client" version = "0.8.10" authors = ["Enrico Risa "] 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" [[example]] name = "traversal_async" required-features = ["async_gremlin"] [[example]] name = "vertex_async" required-features = ["async_gremlin"] [[example]] name = "derive" required-features = ["derive"] [dependencies.async-std] version = "1.4.0" features = [ "unstable", "attributes", ] optional = true [dependencies.async-tls] version = "0.12" optional = true [dependencies.async-trait] version = "0.1.10" optional = true [dependencies.async-tungstenite] version = "0.23" optional = true default-features = false [dependencies.base64] version = "0.21.4" [dependencies.chrono] version = "0.4" default-features = false [dependencies.futures] version = "0.3.1" optional = true [dependencies.gremlin-derive] version = "0.1" optional = true [dependencies.lazy_static] version = "1.3.0" [dependencies.mobc] version = "0.7" features = ["unstable"] optional = true default-features = false [dependencies.native-tls] version = "0.2.3" [dependencies.pin-project-lite] version = "0.2" optional = true [dependencies.r2d2] version = "0.8.3" [dependencies.rustls] version = "0.20" features = ["dangerous_configuration"] optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "1" features = ["full"] optional = true [dependencies.tokio-native-tls] version = "0.3.0" optional = true [dependencies.tokio-stream] version = "0.1.2" optional = true [dependencies.tungstenite] version = "0.20.1" features = ["native-tls"] [dependencies.url] version = "2.1.0" optional = true [dependencies.uuid] version = "1.1.2" features = [ "serde", "v4", ] [dependencies.webpki] version = "0.22.2" optional = true [features] async-std-runtime = [ "async_gremlin", "async-std", "async-tungstenite/async-std-runtime", "async-tungstenite/async-tls", "mobc/async-std", "async-tls", "rustls", "webpki", ] async_gremlin = [ "futures", "mobc", "async-tungstenite", "async-trait", "url", "pin-project-lite", ] async_std = ["async-std-runtime"] default = [] derive = ["gremlin-derive"] tokio-runtime = [ "async_gremlin", "tokio", "mobc/tokio", "async-tungstenite/tokio-runtime", "async-tungstenite/tokio-native-tls", "tokio-native-tls", "tokio-stream", ] [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"