# 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 = "compilet" version = "0.1.6" build = "build.rs" include = [ "/src", "build.rs", "LICENSE", ] description = "Server that compiles Rust, C, and C++ into WebAssembly." homepage = "https://github.com/wasm-oj/compilet" readme = "README.md" keywords = [ "wasm", "wasm-oj", "compiler", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/wasm-oj/compilet" [[bin]] name = "compilet" path = "src/main.rs" [dependencies.async-compression] version = "0.4.0" features = [ "tokio", "gzip", ] [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.2.7" features = [ "derive", "string", ] [dependencies.home] version = "0.5.5" [dependencies.jsonwebtoken] version = "8.3.0" [dependencies.rand] version = "0.8.5" [dependencies.rocket] version = "0.5.0-rc.3" features = ["json"] [dependencies.sha256] version = "1.1.3" [build-dependencies.vergen] version = "8.1.3" features = [ "build", "cargo", "git", "gitcl", "rustc", "si", ] [features] c = [] cpp = [] default = [ "c", "cpp", "rs", ] rs = []