aube-scripts 1.13.1

Lifecycle script runner for Aube
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.93"
name = "aube-scripts"
version = "1.13.1"
build = false
include = ["src/**/*.rs"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lifecycle script runner for Aube"
homepage = "https://github.com/endevco/aube"
readme = "README.md"
license = "MIT"
repository = "https://github.com/endevco/aube"

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

[dependencies.aube-codes]
version = "1.13.1"

[dependencies.aube-manifest]
version = "1.13.1"

[dependencies.aube-util]
version = "1.13.1"

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[target.'cfg(target_os = "linux")'.dependencies.landlock]
version = "0.4"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "linux")'.dependencies.seccompiler]
version = "0.5"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_JobObjects",
]

[target."cfg(windows)".dev-dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_JobObjects",
    "Win32_System_Threading",
]