# 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 = "texc_v3_web" version = "0.1.2" description = "Provides a local web application to build TexCreate projects." homepage = "https://texcreate.mkproj.com" license = "MIT" repository = "https://github.com/MKProj/texc_v3_web" [dependencies.reqwest] version = "0.11.14" [dependencies.rocket] version = "0.5.0-rc.2" [dependencies.texc_v3_compiler_conf] version = "0.1.0" [dependencies.texcore] version = "0.6.0" features = ["texcreate_template"] [dependencies.texcreate_repo] version = "0.1.2" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.zip] version = "0.6.4"