vault-tasks-core 2.0.0

vault-tasks-core
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 = "vault-tasks-core"
version = "2.0.0"
authors = ["Louis Thevenet <louis.tvnt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "vault-tasks-core"
readme = false
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/louis-thevenet/vault-tasks"
resolver = "2"

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

[dependencies.chrono]
version = "0.4.43"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.config]
version = "0.15.19"

[dependencies.directories]
version = "6.0.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.lexical-sort]
version = "0.3.1"

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

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

[dependencies.strum_macros]
version = "0.27.2"

[dependencies.toml]
version = "0.9.11"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-error]
version = "0.2.1"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "serde",
]

[dependencies.winnow]
version = "0.7.14"

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

[dev-dependencies.pretty_assertions]
version = "1.4.1"