rust-ef-cli 1.6.0

CLI for Rust Entity Framework migrations
# 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 = "rust-ef-cli"
version = "1.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Rust Entity Framework migrations"
readme = false
keywords = [
    "orm",
    "efcore",
    "migration",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://gitcode.com/rf2026/rust-ef"

[[bin]]
name = "rust-ef"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.rust-ef]
version = "1.5.3"

[dependencies.rust-ef-mysql]
version = "1.5.3"

[dependencies.rust-ef-postgres]
version = "1.5.3"

[dependencies.rust-ef-sqlite]
version = "1.5.3"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]