latitude 0.0.2

Dynamic runtime DDL based on `sqlx` and `barrel`
Documentation
[package]
name = "latitude"
version = "0.0.2"
authors = ["nkconnor <latitude@nconnor.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Dynamic runtime DDL based on `sqlx` and `barrel`"
repository = "https://github.com/nkconnor/latitude"
documentation = "https://docs.rs/latitude"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

barrel = {version="0.6", features=['sqlite3', 'mysql']}
sqlx = { version="0.4.1", git= "https://github.com/nkconnor/sqlx", default-features = false, features = ["runtime-tokio-rustls", "macros", "any", "mysql", "chrono", "decimal", "sqlite", "migrate" ] }
async-trait = "0.1"
thiserror = "1"

[dev_dependencies]
tokio = "0.2"