# 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 = "fly-migrate-core" version = "0.2.1" description = "Core library for fly-migrate, a database migration tool." readme = "README.md" keywords = [ "database", "migration", ] license = "MIT" repository = "https://github.com/mjhoy/fly" [lib] name = "fly" path = "src/lib.rs" [dependencies.postgres] version = "0.19.4" [dependencies.postgres-types] version = "0.2.6" features = ["derive"] [dependencies.thiserror] version = "1.0.58" [dependencies.tracing] version = "0.1.40" [dev-dependencies.rand] version = "0.8.5"