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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
author = "Me"
build = "build.rs"
categories = ["category 1","category 2","category 3"]
description = "A library for doing things"
documentation = "https://lib.rs/crates/my_library"
edition = "2021"
email = "test@test.com"
homepage = "https://test.com"
keywords = ['keyword 1','keyword 2','keyword 3']
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"