crude 0.1.4

Migration toolkit for databases
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 = "2024"
rust-version = "1.88.0"
name = "crude"
version = "0.1.4"
authors = ["Pavan Kumar Sunkara <pavan.sss1991@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Migration toolkit for databases"
homepage = "https://github.com/termapps/crude"
readme = "README.md"
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/termapps/crude"

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

[[bin]]
name = "crude"
path = "src/main.rs"

[dependencies.anstream]
version = "0.6.19"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5.41"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.clap-verbosity-flag]
version = "3.0.3"
features = ["tracing"]
default-features = false

[dependencies.colorchoice-clap]
version = "1.0.7"

[dependencies.eyre]
version = "0.6.12"

[dependencies.hex]
version = "0.4"

[dependencies.native-tls]
version = "0.2.14"
features = ["vendored"]

[dependencies.owo-colors]
version = "4.2.2"

[dependencies.postgres]
version = "0.19.7"
features = ["with-chrono-0_4"]
default-features = false

[dependencies.postgres-native-tls]
version = "0.5.1"

[dependencies.proc-exit]
version = "2.0.2"

[dependencies.regex]
version = "1.9.0"

[dependencies.rusqlite]
version = "0.28"
features = [
    "bundled",
    "chrono",
]

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3.3"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-log]
version = "0.2.0"
features = [
    "log-tracer",
    "std",
]
default-features = false

[dependencies.tracing-subscriber]
version = "0.3.19"

[profile.release]
lto = "thin"
codegen-units = 1
strip = true

[profile.release-opt-size]
opt-level = "z"
lto = true
panic = "abort"
inherits = "release"