# 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 = "jrny" version = "2.0.0-beta.8" authors = ["Kevin Larrabee <6306496+kevlarr@users.noreply.github.com>"] description = "Simple SQL-based PostgreSQL schema revisions" readme = "README.md" keywords = [ "sql", "postgres", "schema", "migration", "revision", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/kevlarr/jrny" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.2" features = [ "derive", "wrap_help", ] default-features = true [dependencies.log] version = "0.4" [dependencies.postgres] version = "0.19" features = ["with-chrono-0_4"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.sha2] version = "0.10" [dependencies.termcolor] version = "1.2" [dependencies.toml] version = "0.7"