# 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 = "2021" name = "squill" version = "0.10.0" build = false include = [ "src", "LICENSE-APACHE", "LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Manage PostgreSQL database migrations" homepage = "https://github.com/jdkaplan/squill" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jdkaplan/squill" [lib] name = "squill" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.5" [dependencies.sqlx] version = "0.8.2" features = [ "postgres", "time", ] [dependencies.tera] version = "1.20.0" default-features = false [dependencies.thiserror] version = "1.0.64" [dependencies.time] version = "0.3.36" [dependencies.tracing] version = "0.1.40" [dev-dependencies.anyhow] version = "1.0.78" [dev-dependencies.sqlx] version = "0.8.2" features = ["runtime-tokio-rustls"] [dev-dependencies.tempfile] version = "3.5.0" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.uuid] version = "1.10.0" features = ["v4"]