# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "yag" version = "0.2.1" authors = ["Wang Jie "] description = "YAG is Yet Another Git CLI tool" homepage = "https://github.com/cnwangjie/yag" readme = "README.md" keywords = ["cli", "git"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/cnwangjie/yag" [dependencies.anyhow] version = "^1.0.32" [dependencies.async-trait] version = "^0.1.40" [dependencies.base64] version = "0.13" [dependencies.clap] version = "^2.33.3" [dependencies.colored] version = "^2" [dependencies.futures] version = "^0.3.5" [dependencies.git-url-parse] version = "^0.2.0" [dependencies.log] version = "^0.4.11" features = ["std"] [dependencies.percent-encoding] version = "^2.1.0" [dependencies.reqwest] version = "^0.10.8" features = ["json", "gzip"] [dependencies.serde] version = "^1.0.115" [dependencies.serde_derive] version = "^1.0.115" [dependencies.serde_json] version = "^1.0.57" [dependencies.tokio] version = "^0.2.22" features = ["macros"] [dependencies.toml] version = "^0.5.6" [dev-dependencies.libc] version = "0.2"