# 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" rust-version = "1.74" name = "aigis-bin" version = "0.2.2" authors = ["Blooym"] description = "Binary for Aigis, a simple and configurable content proxy." readme = "README.md" keywords = ["proxy"] categories = [ "web-programming::http-server", "multimedia:images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Blooym/aigis" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "aigis" path = "crates/cli/src/main.rs" [dependencies.aigis] version = "0.2.2" default-features = false [dependencies.anyhow] version = "1.0.82" [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dependencies.dotenvy] version = "0.15.7" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", "parking_lot", ] [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] cache-moka = ["aigis/cache-moka"] default = [ "rustls-tls", "cache-moka", ] native-tls = ["aigis/native-tls"] rustls-tls = ["aigis/rustls-tls"]