# 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 = "clone3" version = "0.2.3" authors = ["Valentin Kettner "] include = [ "/Cargo.toml", "/src", ] description = "Rust bindings to the clone3 linux system call" readme = "README.md" keywords = [ "clone", "clone3", "linux", "syscall", ] categories = ["os::linux-apis"] license = "MIT" repository = "https://github.com/e00E/clone3" [dependencies.bitflags] version = "1.0" default-features = false [dependencies.uapi] version = "0.2" default-features = false [features] default = ["linux_5-7"] linux_5-5 = [] linux_5-7 = ["linux_5-5"]