tern-core 3.1.6

Core interfaces and types for `tern` migration tooling.
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 = "tern-core"
version = "3.1.6"
authors = ["Daniel Donohue <d.michael.donohue@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core interfaces and types for `tern` migration tooling."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/quasi-coherent/tern"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
sqlx = [
    "dep:sqlx",
    "sqlx/chrono",
    "sqlx/derive",
]
sqlx_mysql = ["sqlx/mysql"]
sqlx_postgres = ["sqlx/postgres"]
sqlx_sqlite = ["sqlx/sqlite"]

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

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

[dependencies.display_json]
version = "0.2.1"

[dependencies.futures-core]
version = "0.3.31"

[dependencies.log]
version = "0.4.29"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8.6"
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0.18"