changepacks-core 0.2.21

Core types and traits for changepacks workspace and package management
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 = "changepacks-core"
version = "0.2.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and traits for changepacks workspace and package management"
homepage = "https://github.com/changepacks/changepacks"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/changepacks/changepacks"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.colored]
version = "3.1"

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

[dependencies.tokio]
version = "1.50"
features = [
    "fs",
    "process",
]

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

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
version = "1.50"
features = [
    "macros",
    "rt",
]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]