# 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" rust-version = "1.78.0" name = "diesel_migrations" version = "2.2.0" include = [ "src/**/*.rs", "tests/**/*.rs", "LICENSE-*", "README.md", ] description = "Migration management for diesel" homepage = "https://diesel.rs" documentation = "https://docs.rs/crate/diesel_migrations" categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/diesel-rs/diesel" [dependencies.diesel] version = "~2.2.0" default-features = false [dependencies.migrations_internals] version = "~2.2.0" [dependencies.migrations_macros] version = "~2.2.0" [dev-dependencies.cfg-if] version = "1.0.0" [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.tempfile] version = "3.2" [features] default = [] mysql = [] postgres = [] sqlite = []