[package] name = "iron_rusqlite_middleware" description = "Iron middleware for the rusqlite SQLite library." repository = "https://gitlab.com/kmidkiff/iron-rusqlite-middleware" readme = "README.md" version = "0.1.2" authors = ["Kevin Midkiff "] license = "MIT" license-file = "LICENSE" [dependencies] iron = "0.5.1" r2d2 = "0.7.3" r2d2_sqlite = "0.2.1" rusqlite = "0.12.0"