# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "carapace" version = "0.2.0" authors = ["Nugine "] description = "A code runner for online judge" readme = "README.md" keywords = ["sandbox"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ThinkSpiritLab/carapace" [dependencies.aligned-utils] version = "1.0.2" [dependencies.anyhow] version = "1.0.38" [dependencies.clap] version = "=3.0.0-beta.2" [dependencies.dotenv] version = "0.15.0" [dependencies.libc] version = "0.2.88" [dependencies.memchr] version = "2.3.4" [dependencies.nix] version = "0.20.0" [dependencies.once_cell] version = "1.7.2" [dependencies.path-absolutize] version = "3.0.7" features = ["unsafe_cache"] [dependencies.rand] version = "0.8.3" [dependencies.rlimit] version = "0.5.4" [dependencies.scopeguard] version = "1.1.0" [dependencies.seccomp-sys] version = "0.1.3" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1.3.0" features = ["time", "macros", "rt", "rt-multi-thread"] default-features = false [dependencies.tracing] version = "0.1.25" [dependencies.tracing-error] version = "0.1.2" [dependencies.tracing-subscriber] version = "0.2.16"