1 Star 0 Fork 8

付梓孺/coco

forked from inherd/coco 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 2.08 KB
一键复制 编辑 原始数据 按行查看 历史
phodal 提交于 2021-06-07 23:04 . chore: release 0.6.0
[package]
name = "coco"
version = "0.6.0"
authors = ["Inherd Group <group@inherd.org>", "Phodal Huang <h@phodal.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/inherd/coco"
documentation = "https://github.com/inherd/coco"
homepage = "https://github.com/inherd/coco"
description = """
Coco 是一个研发效能分析工具,如开发速率(根据架构复杂度及行数变更)、团队演进、历史分析、根因分析等。生成可视化报告,并对应的改进建议。 A DevOps efficiency analysis and auto-suggestion tool.
"""
categories = ["text-processing", "command-line-interface", "development-tools"]
exclude = [
".coco/*",
"benchmark/*",
"fixtures/*",
"targets/*",
".github/*",
".gitattributes",
".adr.json",
]
[dependencies]
failure = "0.1.8"
lazy_static = "1.4.0"
# time format
chrono = "0.4"
git2 = "0.13"
git-scanner = "0.2.0"
# for cli usage
clap = "2.33.3"
# parse for url
url = "2.2.0"
# cloc
tokei = "12.1.2"
# serializing and deserializing
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8" # for config parse
# Parallel
rayon = "1.5"
walkdir = "2"
regex = "1"
# grammar generator
pest = "2.1.3"
pest_derive = "2.1.0"
# embed file
rust-embed = "5.9.0"
# visual for web
actix-web = { version = "3", default-features = false }
actix-rt = "2.0.0"
mime_guess = { version = "2" }
# cli prompt
dialoguer = "0.7.1"
# open URLs in browsers
webbrowser = "0.5.5"
# download plugins
reqwest = { version = "0.11", features = ["blocking", "json"] }
zip = "0.5"
# git history content type
content_inspector = "0.2.4"
# suggest translation
fluent = "0.15.0"
unic-langid = { version = "0.9.0", features = ["macros"] }
# cli options to struct
structopt = "0.3"
# plugin manager
dlopen = "0.1.8"
dlopen_derive = "0.1.4"
[dependencies.framework]
path = "framework"
[dependencies.core_model]
path = "core_model"
[workspace]
members = [
'framework',
'e2e',
'core_model',
'plugins/coco_swagger',
'plugins/coco_struct',
'plugins/coco_pipeline',
'plugins/coco_container',
'psa',
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fuziru/coco.git
git@gitee.com:fuziru/coco.git
fuziru
coco
coco
master

搜索帮助