# 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 = "render-cli" version = "0.10.3" authors = ["Kurt Wolf "] description = "Command line actions for Render.com" readme = "README.md" license = "MIT" [[bin]] name = "render" path = "src/main.rs" [dependencies.anyhow] version = "1.0.51" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "4.1.6" features = [ "derive", "env", ] [dependencies.colored] version = "2.0.0" [dependencies.env2] version = "0.3.0" [dependencies.futures] version = "0.3.21" [dependencies.http] version = "0.2.6" [dependencies.httpclient] version = "0.15.0" [dependencies.relativetime] version = "0.1.4" features = ["chrono"] [dependencies.render-api] version = "1.0.1" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.72" [dependencies.slice-group-by] version = "0.3.0" [dependencies.tabular2] version = "1.0.0" [dependencies.tokio] version = "1.17.0" features = ["full"]