# 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 = "fade" version = "0.5.1" description = "Ephemeral virtual machines, leveraging Fly.io" readme = "README.md" keywords = [ "cli", "fly", "vm", "virtual", "machine", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/nebulatgs/fade" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.2" features = [ "derive", "suggestions", ] [dependencies.colored] version = "2" [dependencies.dialoguer] version = "0.10" features = ["fuzzy-select"] [dependencies.dirs] version = "4.0.0" [dependencies.dns-lookup] version = "1.0.8" [dependencies.graphql_client] version = "0.11" [dependencies.indicatif] version = "0.16" [dependencies.ipnet] version = "2.5.0" [dependencies.network-interface] version = "0.1.1" [dependencies.open] version = "3.0" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.19" features = ["full"]