libmake 0.2.6

A code generator to reduce repetitive tasks and build high-quality Rust libraries and applications, by providing a simple interface to create projects, generate code, and manage dependencies.
Documentation
{
    "author": "Me",
    "build": "build.rs",
    "categories": "['category 1','category 2']",
    "description": "A library for doing things",
    "documentation": "https://lib.rs/crates/my_library",
    "edition": "2021",
    "email": "test@test.com",
    "homepage": "https://test.com",
    "keywords": "['keyword1', 'keyword2']",
    "license": "MIT OR Apache-2.0",
    "name": "my_library",
    "output": "my_library",
    "readme": "README.md",
    "repository": "https://github.com/test/test",
    "rustversion": "1.60",
    "version": "0.2.6",
    "website": "https://test.com"
}