waypoint-core 0.3.4

Lightweight, Flyway-compatible PostgreSQL migration library
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 = "waypoint-core"
version = "0.3.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight, Flyway-compatible PostgreSQL migration library"
homepage = "https://github.com/tensorbee/waypoint"
documentation = "https://docs.rs/waypoint-core"
readme = "README.md"
keywords = [
    "database",
    "migration",
    "postgresql",
    "flyway",
    "sql",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/tensorbee/waypoint"

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

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

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

[dependencies.crc32fast]
version = "1"

[dependencies.fastrand]
version = "2"

[dependencies.log]
version = "0.4"

[dependencies.regex-lite]
version = "0.1"

[dependencies.rustls]
version = "0.23"
features = ["ring"]

[dependencies.rustls-pki-types]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-postgres]
version = "0.7"
features = ["with-chrono-0_4"]

[dependencies.tokio-postgres-rustls]
version = "0.12"

[dependencies.toml]
version = "0.8"

[dependencies.webpki-roots]
version = "0.26"

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

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