libruster 1.3.1

Ruster is a library using ffi for database management with psql/pg_dump + mysql/mysqldump that can be used in other languages like Golang
Documentation
[dependencies.env_logger]
version = "0.8.4"

[dependencies.libc]
version = "0.2.2"

[dependencies.log]
version = "0.4.14"

[lib]
bench = true
crate-type = ["cdylib", "staticlib", "lib"]
doc = true
doctest = true
edition = "2021"
harness = true
name = "libruster"
path = "lib/ruster.rs"
plugin = false
proc-macro = false
required-features = []
test = true

[package]
description = "Ruster is a library using ffi for database management with psql/pg_dump + mysql/mysqldump that can be used in other languages like Golang"
documentation = "https://docs.rs/libruster/1.3.1/libruster/"
edition = "2021"
license = "MIT"
name = "libruster"
repository = "https://github.com/e-monkeys-tech/ruster"
resolver = "2"
version = "1.3.1"