# 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 = "2018" name = "in-container" version = "1.1.0" authors = ["Pit Kleyersburg "] include = ["**/*.rs", "LICENSE-*"] description = "Determines if it is running in a container" homepage = "https://github.com/pitkley/in-container" readme = "README.md" keywords = ["container", "cli", "docker", "lxc"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/pitkley/in-container.git" [[bin]] name = "in-container" path = "src/main.rs" required-features = ["exe"] [dependencies.clap] version = "3.0.13" features = ["cargo", "derive"] optional = true [features] default = ["exe"] exe = ["clap"] [target.x86_64-pc-windows-gnu.dependencies.windows-service] version = "0.4.0" [target.x86_64-pc-windows-gnu.dependencies.winreg] version = "0.10.1" [target.x86_64-unknown-freebsd.dependencies.sysctl] version = "0.4.3" [badges.maintenance] status = "actively-developed"