# 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 = "catj" version = "0.2.3" authors = ["XLor yjl9903@outlook.com"] description = "A light process isolation sandbox used for competitive programming contest" homepage = "https://github.com/CaCatHead/CatBox" readme = "README.md" keywords = [ "sandbox", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/CaCatHead/CatBox" [dependencies.cgroups-rs] version = "0.3.3" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.flexi_logger] version = "0.27.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc-stdhandle] version = "0.1.0" [dependencies.log] version = "0.4.20" [dependencies.nix] version = "0.26.2" features = [ "signal", "process", "ptrace", "user", ] [dependencies.path-absolutize] version = "3.1.1" [dependencies.remove_dir_all] version = "0.8.2" [dependencies.tempfile] version = "3.8.0"