[package]
edition = "2024"
name = "kellnr-migration"
version = "6.4.0"
authors = ["kellnr.io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kellnr is a self-hosted registry for Rust crates with support for rustdocs and crates.io caching."
homepage = "https://kellnr.io/"
documentation = "https://kellnr.io/documentation"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/kellnr/kellnr"
[lib]
name = "kellnr_migration"
path = "src/lib.rs"
[[bin]]
name = "kellnr-migration"
path = "src/main.rs"
[dependencies.async-std]
version = "^1"
features = [
"attributes",
"tokio1",
]
[dependencies.chrono]
version = "0.4.45"
[dependencies.kellnr-common]
version = "6.4.0"
[dependencies.kellnr-settings]
version = "6.4.0"
[dependencies.sea-orm]
version = "2.0.0-rc.40"
features = [
"sqlx-postgres",
"sqlx-sqlite",
"runtime-tokio-rustls",
"macros",
]
[dependencies.sea-orm-migration]
version = "2.0.0-rc.40"
features = [
"sqlx-postgres",
"sqlx-sqlite",
"runtime-tokio-rustls",
]
[dependencies.sea-query]
version = "1.0.1"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.150"
[dependencies.sha256]
version = "1.6.0"
[dependencies.tracing]
version = "0.1.43"
[lints.rust]
unused_imports = "allow"