[package] name = "clever_artisan" version = "0.0.0" authors = ["cheeroncode "] edition = "2018" description = "Generic business API collection library to assist development" keywords = ["neat","api","management"] categories = ["web-programming"] homepage = "https://autodo.xyz" repository = "https://github.com/cheeroncode" readme = "readme.md" license = "MPL-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # actix-web = "3.3.2" # actix-web 框架 # actix-files = "0.5.0" # actix-web 静态文件服务 # serde = "1.0.124" # 序列化框架 # futures = "0.3" # 异步编程 # smol = "1.2.5" # 异步库 # heim = "0.0.11" # 获取系统信息(跨平台&异步) # clap = "2.33.3" # 命令行库