anodizer-core 0.22.2

Core configuration, context, and template engine for the anodizer release tool
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.87"
name = "anodizer-core"
version = "0.22.2"
authors = ["TJ Smith <tj@jarvispro.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core configuration, context, and template engine for the anodizer release tool"
homepage = "https://tj-smith47.github.io/anodizer"
documentation = "https://tj-smith47.github.io/anodizer"
readme = "README.md"
keywords = [
    "release",
    "automation",
    "cargo",
    "ci-cd",
    "packaging",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tj-smith47/anodizer"
resolver = "2"

[features]
test-helpers = ["dep:rcgen"]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.blake2]
version = "0.10"

[dependencies.blake3]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.chrono-tz]
version = "0.10"

[dependencies.colored]
version = "3"

[dependencies.crc32fast]
version = "1"

[dependencies.fs4]
version = "1"
features = ["sync"]
default-features = false

[dependencies.glob]
version = "0.3"

[dependencies.md-5]
version = "0.10"

[dependencies.object]
version = "0.39"
features = [
    "read",
    "elf",
    "macho",
    "std",
]
default-features = false

[dependencies.percent-encoding]
version = "2"

[dependencies.rcgen]
version = "0.14"
features = [
    "ring",
    "pem",
]
optional = true
default-features = false

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "json",
    "multipart",
    "stream",
    "rustls",
    "query",
    "form",
]
default-features = false

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "logging",
    "std",
    "tls12",
]
default-features = false

[dependencies.schemars]
version = "1.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.strum]
version = "0.28"
features = ["derive"]

[dependencies.tempfile]
version = "3"

[dependencies.tera]
version = "2"
features = [
    "preserve_order",
    "glob_fs",
]

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

[dependencies.toml]
version = "1.1"

[dependencies.toml_edit]
version = "0.25"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
    "ansi",
]
default-features = false

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dev-dependencies.libc]
version = "0.2"