# 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 = "diesel_async_migrations" version = "0.15.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "migrations for diesel_async" documentation = "https://docs.rs/diesel_async_migrations" readme = "README.md" license = "MIT" repository = "https://github.com/niroco/diesel_async_migrations" [lib] name = "diesel_async_migrations" path = "src/lib.rs" [dependencies.diesel] version = "2" features = ["postgres_backend"] [dependencies.diesel-async] version = "0.5" [dependencies.diesel_async_migrations_macros] version = "0.12" [dependencies.scoped-futures] version = "0.1" [dependencies.tracing] version = "0.1"