# 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 = "2018" name = "figcli" version = "0.10.0" authors = [ "Stephen Cirner ", "Mike Woods ", ] description = "A command line tool that provides utility functions for developing at Figure." readme = "README.md" license = "Apache-2.0" [dependencies.base64] version = "0.13" [dependencies.clap] version = "2.33" [dependencies.dirs] version = "4.0" [dependencies.getch] version = "0.3" [dependencies.prettytable-rs] version = "0.8" [dependencies.quick-error] version = "2.0" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5" [dependencies.uuid] version = "1.0" features = ["v4"] [dependencies.walkdir] version = "2"