# 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 = "salmo" version = "0.2.3" authors = ["Max Polun "] description = "A Database migration tool" homepage = "https://gitlab.com/maxpolun/salmo" readme = "README.md" keywords = [ "cli", "postgres", "database", "migration", ] categories = [ "command-line-utilities", "database", "development-tools", ] license = "ISC" repository = "https://gitlab.com/maxpolun/salmo" [lib] name = "libsalmo" [[bin]] name = "salmo" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.10" features = [ "derive", "unicode", "env", ] [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.19" [dependencies.postgres] version = "0.19.5" features = ["with-time-0_3"] optional = true [dependencies.semver] version = "1.0.17" [dependencies.serde] version = "1.0.166" features = ["derive"] [dependencies.sha2] version = "0.10.7" [dependencies.simplelog] version = "0.12.1" [dependencies.time] version = "0.3.22" [dependencies.toml_edit] version = "0.19.11" features = ["serde"] [dependencies.whoami] version = "1.4.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.6.0" [dev-dependencies.url] version = "2.4.0" [features] db_postgresql = ["postgres"] default = ["db_postgresql"] [badges.gitlab] branch = "main" repository = "maxpolun/salmo"