# 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 = "podman-autoupdate-hook" version = "0.1.0" description = "A webhook server to manually trigger podman auto-update" license = "MIT OR Apache-2.0" [dependencies.axum] version = "0.6.4" [dependencies.axum-auth] version = "0.4.0" [dependencies.clap] version = "4.1.4" features = [ "derive", "env", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.tokio] version = "1.25.0" features = [ "rt-multi-thread", "macros", "signal", ] [dependencies.tower] version = "0.4.13" [dependencies.tower_governor] version = "0.0.4" features = ["tracing"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16"