# 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 = "2021" name = "lxc" version = "0.8.0" authors = ["Sanpi "] description = "Linux Containers API" documentation = "https://docs.rs/lxc" readme = "README.md" keywords = ["lxc"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/sanpii/lxc-rs.git" [dependencies.bitflags] version = "2.0" [dependencies.lxc-sys] version = "0.5" [features] v1_0 = [] v1_1 = ["v1_0"] v2_0 = ["v1_1"] v2_1 = ["v2_0"] v3_0 = ["v2_1"] v3_1 = ["v3_0"] v3_2 = ["v3_1"] v4_0 = ["v3_2"] v5_0 = ["v4_0"] v6_0 = ["v5_0"]