[package]
name = "bular"
description = "CLI for managing Bular deployments"
version = "0.0.2"
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
edition = "2021"
license = "MIT"
repository = "https://github.com/specta-rs/bular"
homepage = "https://bular.cloud"
[dependencies]
clap = { version = "4.5.21", features = ["derive"] }
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros"] }
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
aws-sdk-lambda = "1.56.0"
aws-sdk-iam = "1.52.0"
dotenv-parser = "0.1.3"
serde_yaml = "0.9.34"
reqwest = { version = "0.12.9", features = ["json", "multipart"] }
sha256 = "1.5.0"
mime-infer = "3.0.0"
open = "5.3.1"
hyper = { version = "1", features = ["full"] }
http-body-util = "0.1"
hyper-util = { version = "0.1", features = ["full"] }
url = "2.5.4"
homedir = "0.3.4"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
rand = "0.8.5"
cargo_metadata = "0.19.1"
zip = "2.2.0"
rustdoc-types = "0.32.2"