# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nspawn-lite" version = "0.2.2" authors = ["范辉 "] description = "A simple and lightweight container-engine like `systemd-nspawn`." homepage = "https://gitee.com/kt10/nspawn-lite" keywords = ["container", "systemd", "docker"] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitee.com/kt10/nspawn-lite.git" [profile.dev] panic = "unwind" overflow-checks = true [profile.release] lto = true codegen-units = 1 panic = "unwind" overflow-checks = false incremental = false [dependencies.clap] version = "2.33" [dependencies.libc] version = "0.2" [dependencies.myutil] version = "0.2" [dependencies.nix] version = "0.17"