# 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 = "xenon-cli" version = "0.1.1" description = "Command line interface for the Xenon API" license = "AGPL-3.0" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.10.0" [dependencies.indicatif] version = "0.16.2" [dependencies.reqwest] version = "0.11.9" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.tokio] version = "1.17.0" features = ["macros", "rt"] [dependencies.toml] version = "0.5.8" [dependencies.xenon-lib] version = "0.1.0"