# 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 = "serve-mar" version = "0.1.1" authors = ["Dave Townsend "] description = "Serves a mar update file for Mozilla based applications." readme = "README.md" license = "MPL-2.0" [dependencies.actix-files] version = "^0.6.2" [dependencies.actix-web] version = "^4.1.0" [dependencies.clap] version = "^3.2.17" features = [ "derive", "env", ] [dependencies.flexi_logger] version = "^0.22.3" features = [ "colors", "use_chrono_for_offset", ] [dependencies.hex] version = "^0.4.3" [dependencies.hmac-sha512] version = "^1.1.2" [dependencies.log] version = "^0.4.14" [dependencies.mar] version = "^0.2.0" [dependencies.rust-ini] version = "^0.18.0" [dependencies.serde] version = "^1.0.136" features = ["derive"] [dependencies.tokio] version = "^1.17.0" features = ["full"] [dependencies.xml_serde] version = "^1.4.0"