# 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 = "outpost" version = "0.0.8" authors = ["Tyler Cook"] description = "A command-line application for managing outpost" readme = "README.md" license = "AGPL-3.0-only" repository = "https://github.com/fossable/outpost" [dependencies.anyhow] version = "1.0.86" [dependencies.aws-config] version = "1.5.3" features = ["behavior-version-latest"] optional = true [dependencies.aws-sdk-ec2] version = "1.55.0" optional = true [dependencies.axum] version = "0.7.5" [dependencies.clap] version = "4.5.4" features = [ "string", "derive", ] [dependencies.futures] version = "0.3.30" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "0.9.27" [dependencies.tempfile] version = "3.10.1" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.reqwest] version = "0.12.4" features = ["blocking"] [features] aws = [ "dep:aws-config", "dep:aws-sdk-ec2", ] cloudflare = []