msql-srv 0.3.0

Vindings for emulating a MySQL/MariaDB server
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 = "msql-srv"
version = "0.3.0"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
description = "Vindings for emulating a MySQL/MariaDB server"
homepage = "https://github.com/jonhoo/msql-srv"
documentation = "https://docs.rs/msql-srv"
readme = "README.md"
keywords = ["api-bindings", "database", "sql", "mock"]
categories = ["api-bindings", "network-programming", "database-implementations"]
license = "MIT/Apache-2.0"
repository = "https://github.com/jonhoo/msql-srv.git"
[dependencies.byteorder]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.mysql_common]
version = "0.4"

[dependencies.nom]
version = "4.0.0-alpha1"
[dev-dependencies.mysql]
version = "12.0.4"
[badges.appveyor]
branch = "master"
repository = "jonhoo/msql-srv"
service = "github"

[badges.codecov]
branch = "master"
repository = "jonhoo/msql-srv"
service = "github"

[badges.travis-ci]
repository = "jonhoo/msql-srv"