# 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 = "trekker" version = "0.2.2" authors = ["caiges "] description = "A command line tool to help you manage your PostgreSQL database migrations and seeds." readme = "README.md" license = "Unlicense" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.10.0" [dependencies.glob] version = "0.3.1" [dependencies.log] version = "0.4.20" [dependencies.postgres] version = "0.19.7" [dependencies.seahorse] version = "2.1.0"