# 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 = "sanity-cli" version = "0.1.10" description = "CLI for interacting with sanitycloud.io" homepage = "https://sanitycloud.io/" documentation = "https://docs.rs/sanity-cli" license = "MIT" resolver = "1" [[bin]] name = "sanity" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.async-std] version = "1.12.0" features = ["tokio1"] [dependencies.dialoguer] version = "0.10.4" [dependencies.dirs] version = "5.0.0" [dependencies.email-address-parser] version = "1.0.3" [dependencies.log] version = "0.4.17" [dependencies.sanity-api] version = "0.1.5" [dependencies.stderrlog] version = "0.5.4" [dependencies.structopt] version = "0.3.26" [dependencies.url] version = "2.3.1"