ferro-deployments 0.2.54

Immutable deployment model and atomic promote for the Ferro framework
Documentation
# 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 = "ferro-deployments"
version = "0.2.54"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Immutable deployment model and atomic promote for the Ferro framework"
readme = "README.md"
keywords = [
    "deployment",
    "atomic",
    "storage",
    "ferro",
]
categories = [
    "web-programming",
    "database",
]
license = "MIT"
repository = "https://github.com/albertogferrario/ferro"

[features]
postgres-tests = ["sqlx-postgres"]
sqlx-postgres = ["sea-orm/sqlx-postgres"]

[lib]
name = "ferro_deployments"
path = "src/lib.rs"

[[test]]
name = "race_promote_postgres"
path = "tests/race_promote_postgres.rs"

[[test]]
name = "race_promote_sqlite"
path = "tests/race_promote_sqlite.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.ferro-storage]
version = "0.2"

[dependencies.sea-orm]
version = "1.0"
features = [
    "sqlx-sqlite",
    "sqlx-postgres",
    "runtime-tokio-native-tls",
    "macros",
]

[dependencies.sea-orm-migration]
version = "1.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
    "macros",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]