# 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 = "gi-gh-container-cleaner" version = "0.1.0" authors = ["Aditya Kresna "] description = "Gemtek's Github dangling container cleaner" license = "MIT" repository = "https://github.com/gemtek-indonesia/gi-gh-container-cleaner" [dependencies.anyhow] version = "1.0.68" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" features = [ "max_level_debug", "release_max_level_info", "serde", "sval", "value-bag", ] [dependencies.reqwest] version = "0.11.13" features = [ "json", "native-tls", "tokio-native-tls", ] default-features = false [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" features = ["preserve_order"] [dependencies.structopt] version = "0.3.26" features = ["color"] [dependencies.tokio] version = "1.24.1" features = ["full"]