rsfbclient-rust 0.27.0

A pure Rust implementation of firebird client lib
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 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 = "2021"
name = "rsfbclient-rust"
version = "0.27.0"
authors = [
    "Luis Fernando Batels <luisfbatels@gmail.com>",
    "Jairo H Wiethan <jairinhowiethan@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust implementation of firebird client lib"
readme = false
keywords = [
    "firebird",
    "fbclient",
    "database",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/fernandobatels/rsfbclient"

[package.metadata.docs.rs]
all-features = true

[features]
fuzz_testing = []

[lib]
name = "rsfbclient_rust"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.0.1"

[dependencies.digest]
version = "0.10.3"

[dependencies.generic-array]
version = "0.14.4"

[dependencies.hex]
version = "0.4.3"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.num-bigint]
version = "0.4.0"

[dependencies.num_enum]
version = "0.5.7"

[dependencies.pwhash]
version = "1.0.0"

[dependencies.rand]
version = "0.8.3"

[dependencies.rsfbclient-core]
version = "0.27.0"

[dependencies.sha-1]
version = "0.10.0"

[dependencies.sha2]
version = "0.10.2"