# 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 = "srun" version = "0.0.7" authors = ["Yu Yin "] description = "Library and a command-line tool for running specific tasks in a sandbox environment" documentation = "https://docs.rs/srun" license = "MIT" [[bin]] name = "srun" path = "src/main.rs" required-features = ["cli"] [dependencies.anyhow] version = "1" optional = true [dependencies.cached-path] version = "0.5" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-beta.5" optional = true [dependencies.data-url] version = "0.1" [dependencies.env_logger] version = "0.9" optional = true [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.8" optional = true [dependencies.shiplift] version = "0.7" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"] optional = true [features] cli = ["anyhow", "clap", "env_logger", "serde_yaml", "tokio"] default = ["cli"] [badges.maintenance] status = "experimental"