serde_db 0.4.1

Deserialization of database resultsets, and serialization of database parameters
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 = "serde_db"
version = "0.4.1"
authors = ["emabee <meinolf.block@sap.com>"]
description = "Deserialization of database resultsets, and serialization of database parameters"
documentation = "https://docs.rs/serde_db/"
keywords = ["relational", "database", "driver", "serde"]
license = "Apache-2.0"
repository = "https://github.com/emabee/rust-serde_db"
[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

[dev-dependencies.flexi_logger]
version = "^0.6.8"

[dev-dependencies.serde_derive]
version = "^1.0.15"