rust-lxc 1.0.0

`rust-lxc` is a Rust bindings for LXC
Documentation
[[bin]]
name = "rust-lxc"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

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

[package]
authors = ["Ozgur <ozgur@goosey.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "`rust-lxc` is a Rust bindings for LXC"
documentation = "https://docs.rs/rust-lxc"
edition = "2024"
homepage = "https://github.com/ta2ozg/rust-lxc"
keywords = ["rust", "lxc", "container"]
license = "MIT"
name = "rust-lxc"
readme = "README.md"
repository = "https://github.com/ta2ozg/rust-lxc"
version = "1.0.0"

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