# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "schemamama_rusqlite" version = "0.17.0" authors = ["Chris Dawes "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rusqlite SQLite3 adapter for the Schemamama migration system" documentation = "http://cmsd2.github.io/rust-docs/schemamama_rusqlite/schemamama_rusqlite/" readme = "README.md" keywords = [ "schemamama", "database", "migration", "sqlite", "rusqlite", ] license = "MIT/Apache-2.0" repository = "https://github.com/cmsd2/schemamama_rusqlite" [lib] name = "schemamama_rusqlite" path = "src/lib.rs" [dependencies.log] version = "0.4.13" [dependencies.rusqlite] version = "0.32.0" [dependencies.schemamama] version = "0.3.0" [dependencies.thiserror] version = "1.0.25" [dev-dependencies.env_logger] version = "~0.11.0" [features] unstable = []