nspawn-lite 0.2.2

A simple and lightweight container-engine like `systemd-nspawn`.
[package]
name = "nspawn-lite"
version = "0.2.2"
authors = ["范辉 <hui.fan@mail.ru>"]
edition = "2018"
description = "A simple and lightweight container-engine like `systemd-nspawn`."
keywords = ["container", "systemd", "docker"]
categories = ["command-line-utilities"]
license = "MIT"
homepage = "https://gitee.com/kt10/nspawn-lite"
repository = "https://gitee.com/kt10/nspawn-lite.git"

[dependencies]
myutil = "0.2"
clap = "2.33"

nix = "0.17"
libc = "0.2"

[profile.dev]
overflow-checks = true
panic = "unwind"

[profile.release]
lto = true
incremental = false
overflow-checks = false
codegen-units = 1
panic = "unwind"