# 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 = "2018" name = "lohr" version = "0.4.5" authors = ["Antoine Martin "] description = "A Git mirroring daemon" homepage = "https://github.com/alarsyo/lohr" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/alarsyo/lohr" resolver = "2" [dependencies.anyhow] version = "1.0.40" [dependencies.clap] version = "2.33.3" default-features = false [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.10.1" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1" [dependencies.rocket] version = "0.5.0" default-features = false [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_regex] version = "1.1.0" [dependencies.serde_yaml] version = "0.8.17" [dependencies.sha2] version = "0.9.3"