shipper-core 0.3.0-rc.2

Core library behind the `shipper` CLI: engine, planning, state, registry, and remediation primitives for `cargo publish` workspaces.
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.92"
name = "shipper-core"
version = "0.3.0-rc.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library behind the `shipper` CLI: engine, planning, state, registry, and remediation primitives for `cargo publish` workspaces."
homepage = "https://github.com/EffortlessMetrics/shipper"
documentation = "https://docs.rs/shipper-core"
readme = "README.md"
keywords = [
    "cargo",
    "publish",
    "workspace",
    "release",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/shipper"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22"

[dependencies.cargo_metadata]
version = "0.23.1"

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

[dependencies.dirs]
version = "6.0"

[dependencies.gethostname]
version = "1.1.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.13"

[dependencies.humantime]
version = "2.3.0"

[dependencies.pbkdf2]
version = "0.12"
features = ["simple"]

[dependencies.rand]
version = "0.10.1"
features = ["std"]

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "json",
    "rustls",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_with]
version = "3.17.0"

[dependencies.sha2]
version = "0.11"

[dependencies.shipper-cargo-failure]
version = "0.3.0-rc.2"

[dependencies.shipper-config]
version = "0.3.0-rc.2"

[dependencies.shipper-duration]
version = "0.3.0-rc.2"

[dependencies.shipper-encrypt]
version = "0.3.0-rc.2"

[dependencies.shipper-output-sanitizer]
version = "0.3.0-rc.2"

[dependencies.shipper-registry]
version = "0.3.0-rc.2"

[dependencies.shipper-retry]
version = "0.3.0-rc.2"

[dependencies.shipper-sparse-index]
version = "0.3.0-rc.2"

[dependencies.shipper-types]
version = "0.3.0-rc.2"

[dependencies.shipper-webhook]
version = "0.3.0-rc.2"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.toml]
version = "1.0.3"

[dependencies.which]
version = "8.0"

[dev-dependencies.console]
version = "0.16.3"

[dev-dependencies.insta]
version = "1.46.3"
features = ["yaml"]

[dev-dependencies.proptest]
version = "1.10.0"

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

[dev-dependencies.temp-env]
version = "0.3"

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

[dev-dependencies.tiny_http]
version = "0.12.0"

[lints.rust]
unsafe_code = "forbid"