2023-01-01 19:22:38 +01:00
|
|
|
[package]
|
|
|
|
name = "readformat"
|
2023-01-02 18:23:52 +01:00
|
|
|
version = "0.1.2"
|
2023-01-01 19:22:38 +01:00
|
|
|
edition = "2021"
|
|
|
|
repository = "https://github.com/tudbut/readformat"
|
|
|
|
license = "MIT"
|
|
|
|
description = "Very small format reader"
|
2023-01-01 19:36:04 +01:00
|
|
|
keywords = [
|
|
|
|
"readf",
|
|
|
|
"format",
|
|
|
|
"parser",
|
|
|
|
"reader",
|
|
|
|
"formatting",
|
|
|
|
]
|
|
|
|
categories = [
|
|
|
|
"parser-implementations",
|
|
|
|
"encoding",
|
|
|
|
"parsing",
|
|
|
|
"text-processing"
|
|
|
|
]
|
2023-01-01 19:22:38 +01:00
|
|
|
|
|
|
|
[dependencies]
|