sql-fun-core 0.1.1

common dependencies for sql-fun
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"
name = "sql-fun-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "common dependencies for sql-fun"
readme = false
license = "MIT"
resolver = "2"

[features]
beta_postgres_versions = []

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

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

[dependencies.combine]
version = "4.6"

[dependencies.either]
version = "1.15"
features = ["serde"]

[dependencies.fs-err]
version = "3.2.2"

[dependencies.log]
version = "0.4"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

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

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

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9.8"

[dependencies.url]
version = "2.5"
features = ["serde"]

[dev-dependencies.rstest]
version = "0.26"

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

[dev-dependencies.testresult]
version = "0.4"

[lints.clippy]
cargo_common_metadata = "allow"
multiple_crate_versions = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.clippy.style]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.rust_2021_compatibility]
level = "warn"
priority = -1

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1