# 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 = "roast-bin" version = "0.3.0" description = "Web based server handler for ANY runnable file!" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/TheEmeraldBee/roast" [[bin]] name = "roast" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.command-macros] version = "0.2.9" [dependencies.crossbeam] version = "0.8.4" features = ["crossbeam-channel"] [dependencies.ctrlc] version = "3.4.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.rcgen] version = "0.12.0" [dependencies.rocket] version = "0.5.0" features = [ "tls", "json", "secrets", ] [dependencies.serde] version = "1.0.195" [dependencies.toml] version = "0.8.8"