orientdb-client 0.3.0

A Rust client for OrientDB™
Documentation
[[example]]
name = "async-simple"
path = "examples/async-simple.rs"
required-features = ["async"]

[[example]]
name = "async-pooled-sessions"
path = "examples/async-pooled-sessions.rs"
required-features = ["async"]
[badges.is-it-maintained-issue-resolution]
repository = "wolf4ood/orientdb-rs"

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

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

[badges.travis-ci]
repository = "wolf4ood/orientdb-rs"
[dependencies.async-std]
features = ["unstable"]
optional = true
version = "1.5.0"

[dependencies.async-trait]
optional = true
version = "0.1.10"

[dependencies.byteorder]
version = "1.3.2"

[dependencies.chrono]
version = "0.4.7"

[dependencies.futures]
optional = true
version = "0.3.4"

[dependencies.mobc]
features = ["async-std", "unstable"]
optional = true
version = "0.5.1"

[dependencies.nom]
version = "5.0.0"

[dependencies.r2d2]
version = "0.8.5"

[dependencies.thiserror]
version = "1.0.13"
[dev-dependencies.dotenv]
version = "0.14.1"

[features]
async = ["async-std", "async-trait", "futures"]
default = []

[package]
authors = ["Enrico Risa <enrico.risa@gmail.com>"]
categories = ["database"]
description = "A Rust client for OrientDB™"
edition = "2018"
keywords = ["database", "graphs", "orientdb"]
license = "Apache-2.0"
name = "orientdb-client"
readme = "README.md"
repository = "https://github.com/wolf4ood/orientdb-rs"
version = "0.3.0"