# 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 = "movey-cli-commands" version = "0.0.2" authors = ["East Agile "] description = "CLI interface for Movey" license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "3.1.8" features = [ "derive", "cargo", ] [dependencies.core] version = "0.0.2" package = "movey-core" [dependencies.reqwest] version = "0.11.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.147" default-features = false [dependencies.serde_json] version = "1.0.87" [dependencies.toml_edit] version = "0.15.0" features = ["easy"] [dependencies.utils] version = "0.0.2" package = "movey-utils" [dev-dependencies.assert_cmd] version = "2.0.6" [dev-dependencies.predicates] version = "2.1.2"