# 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 = "fstn" version = "0.10.1" description = "A CLI client for interacting with Faasten" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/faasten/fstn" [dependencies.backhand] version = "0.12" [dependencies.clap] version = "4.3.24" features = ["derive"] [dependencies.dirs] version = "4" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "multipart", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "1" features = ["base64"] [dependencies.termcolor] version = "1" [dependencies.toml] version = "0.5"