[package] name = "lambda_cli" version = "0.1.0" edition = "2021" description = "A Rust application to interact with the Lambda Cloud GPU API." license = "MIT" repository = "https://github.com/cybrly/lambda_cli" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0", features = ["derive"] } reqwest = { version = "0.11", features = ["json", "blocking"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" dotenv = "0.15" prettytable = "0.10" colored = "2.0" chrono = "0.4" crossterm = "0.23"