safe-cargo 0.1.3

Build and runs code in a sandboxed environment
Documentation
[[bin]]
name = "safe-cargo"
path = "src/main.rs"

[dependencies]

[dev-dependencies.indoc]
version = "2.0.7"

[dev-dependencies.trycmd]
version = "0.15.11"

[[example]]
name = "read-ssh-key"
path = "examples/read-ssh-key.rs"

[[example]]
name = "write-to-homedir"
path = "examples/write-to-homedir.rs"

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

[package]
authors = ["Denis Bazhenov <dotsid@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::cargo-plugins"]
description = "Build and runs code in a sandboxed environment"
documentation = "https://github.com/bazhenov/safe-cargo"
edition = "2024"
keywords = ["cargo", "subcommand"]
license = "MIT OR Apache-2.0"
name = "safe-cargo"
readme = "README.md"
repository = "https://github.com/bazhenov/safe-cargo"
version = "0.1.3"

[[test]]
name = "cli"
path = "tests/cli.rs"