sbe-core 0.4.0

Core library for sbe — cross-platform sandbox executor for supply chain defense
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 = "sbe-core"
version = "0.4.0"
authors = ["Tyr Chen <tyr.chen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for sbe — cross-platform sandbox executor for supply chain defense"
homepage = "https://github.com/tyrchen/sbe"
documentation = "https://docs.rs/"
readme = "README.md"
keywords = [
    "sandbox",
    "security",
    "macos",
    "linux",
    "supply-chain",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/tyrchen/sbe"

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

[dependencies.dirs]
version = "6.0"

[dependencies.idna]
version = "1.1.0"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.serde_yaml]
version = "0.10.0"
package = "serde_yaml_ng"

[dependencies.tempfile]
version = "3.27"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "signal",
    "process",
    "fs",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.44"

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

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

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

[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2.189"