# 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 = "subilo" version = "0.2.1" authors = ["gillchristian ", "ndelvalle "] description = "Tiny deployment agent" homepage = "https://github.com/huemul/subilo" readme = "README.md" license = "MIT" repository = "https://github.com/huemul/subilo" [dependencies.actix] version = "0.9.0" [dependencies.actix-cors] version = "0.2.0" [dependencies.actix-http] version = "1.0.1" [dependencies.actix-rt] version = "1.1.1" [dependencies.actix-web] version = "2.0.0" [dependencies.actix-web-httpauth] version = "0.4.1" [dependencies.chrono] version = "0.4.0" [dependencies.clap] version = "2.33.3" [dependencies.env_logger] version = "0.7.0" [dependencies.futures] version = "0.3.5" [dependencies.jsonwebtoken] version = "7.2.0" [dependencies.log] version = "0.4.0" [dependencies.nanoid] version = "0.3.0" [dependencies.refinery] version = "0.3.0" features = ["rusqlite"] [dependencies.rusqlite] version = "0.23.1" features = ["serde_json"] [dependencies.serde] version = "1.0.0" [dependencies.serde_json] version = "1.0.0" [dependencies.shellexpand] version = "2.0.0" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "0.2.22" features = ["fs"] [dependencies.toml] version = "0.5.0" [dev-dependencies.cargo-husky] version = "1.5.0" features = ["precommit-hook", "run-cargo-check", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"] default-features = false