# 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] edition = "2018" name = "sqlite3builder" version = "0.3.0" authors = ["perdumonocle "] description = "Simple SQL code generator for Sqlite3." readme = "README.md" keywords = ["sql", "db", "database", "sqlite3", "sqlite"] categories = ["database", "text-processing"] license = "MIT" repository = "https://github.com/perdumonocle/sqlite3builder.git" [dependencies.log] version = "0.4" [dependencies.r2d2] version = "0.8.8" [dependencies.r2d2-sqlite3] version = "0.1.1" [dependencies.serde_json] version = "1.0" [dependencies.sql-builder] version = "0.8" [dependencies.sqlite3] version = "0.24.0" [badges.travis-ci] repository = "perdumonocle/sqlite3builder"