# 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-cli" version = "0.9.4" build = false include = [ "src", "LICENSE-APACHE", "LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Command-line tool for PostgreSQL database migrations" homepage = "https://github.com/jdkaplan/squill" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jdkaplan/squill" [[bin]] name = "squill" path = "src/main.rs" [dependencies.anyhow] version = "1.0.78" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.figment] version = "0.10.19" features = [ "env", "toml", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.sqlx] version = "0.8.2" features = ["runtime-tokio-rustls"] [dependencies.squill] version = "=0.10.0" [dependencies.tabled] version = "0.16.0" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tracing-subscriber] version = "0.3.18"