# 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 = "thresh" version = "0.0.1" authors = ["gillchristian ", "ndelvalle "] description = "Tiny deployment agent" homepage = "https://github.com/huemul/thresh" readme = "README.md" license = "MIT" repository = "https://github.com/huemul/thresh" [dependencies.actix-cors] version = "0.2.0" [dependencies.actix-files] version = "0.2.2" [dependencies.actix-rt] version = "1.1.1" [dependencies.actix-web] version = "2.0.0" [dependencies.actix-web-httpauth] version = "0.4.1" [dependencies.async-std] version = "1.6.2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33.1" [dependencies.env_logger] version = "0.7" [dependencies.jsonwebtoken] version = "7.1.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "2.0" [dependencies.toml] version = "0.5"