# 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 = "trisync" version = "0.1.3" authors = ["Duy Nghia Tran "] exclude = ["resources/", "scripts/"] publish = true description = "A friendly CLI Tool for automating synchronization of multiple TRIRIGA environment by using the OM API" readme = "README.md" keywords = ["tririga"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.ibm.com/tri-sync/cli" [dependencies.clap] version = "2.33.3" [dependencies.cookie] version = "0.15" [dependencies.dialoguer] version = "0.9.0" [dependencies.dirs] version = "4.0.0" [dependencies.git2] version = "0.13" [dependencies.reqwest] version = "0.11.5" features = ["json", "cookies"] [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.68" [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "1.12.0" features = ["full"]