hdbconnect 0.3.2

An experimental pure rust driver for SAP HANA(TM)
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]
name = "hdbconnect"
version = "0.3.2"
authors = ["emabee <meinolf.block@sap.com>"]
description = "An experimental pure rust driver for SAP HANA(TM)"
documentation = "https://docs.rs/hdbconnect/"
keywords = ["relational", "database", "driver", "in-memory", "serde"]
license = "Apache-2.0"
repository = "https://github.com/emabee/rust-hdbconnect"
[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.serde_derive]
version = "1.0"

[dependencies.log]
version = "0.3"

[dependencies.hex]
version = "0.2"

[dependencies.vec_map]
version = "0.8"

[dependencies.rust_decimal]
version = "^0.6.1"

[dependencies.username]
version = "^0.2"

[dependencies.rust-crypto]
version = "0.2"

[dependencies.serde_json]
version = "1.0"

[dependencies.bigint]
version = "^4.2.0"

[dependencies.rand]
version = "0.3"

[dependencies.serde_db]
version = "0.3.0"

[dependencies.byteorder]
version = "1.1"

[dependencies.serde]
version = "1.0"

[dependencies.num]
version = "^0.1.40"

[dependencies.r2d2]
version = "0.7"
[dev-dependencies.sha2]
version = "0.6"

[dev-dependencies.flexi_logger]
version = "0.6"

[dev-dependencies.serde_bytes]
version = "0.10"