# 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 = "tiffin" version = "0.3.2" authors = ["Pornpipat 'Cappy Ishihara' Popum "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimal container runtime for Linux for setting up chroot-like environments" homepage = "https://github.com/FyraLabs/tiffin" documentation = "https://docs.rs/tiffin" readme = "README.md" keywords = [ "container", "runtime", "chroot", "linux", "nix", ] categories = [ "os::linux-apis", "virtualization", ] license = "MIT" repository = "https://github.com/FyraLabs/tiffin" [lib] name = "tiffin" path = "src/lib.rs" [[example]] name = "root" path = "examples/root.rs" [dependencies.itertools] version = "0.13.0" [dependencies.nix] version = "0.27.1" features = [ "fs", "env", "dir", "user", "mount", "sched", ] [dependencies.sys-mount] version = "3" [dependencies.tracing] version = "0.1.37" [features] root = []