代码拉取完成,页面将自动刷新
同步操作将从 inherd/coco 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
[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',
]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。