cirru_parser 0.0.1

Parser for Cirru text syntax
Documentation
[dependencies.modulo]
version = "0.1.2"

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1.0.64"

[lib]
bench = true
doctest = true
name = "cirru_parser"
path = "src/parser.rs"
test = true

[package]
authors = ["jiyinyiyong <jiyinyiyong@gmail.com>"]
description = "Parser for Cirru text syntax"
documentation = "https://github.com/Cirru/parser.rs"
edition = "2018"
exclude = ["tests/cirru/*", "tests/data/*", "src/main.rs"]
homepage = "http://cirru.org"
license = "MIT"
name = "cirru_parser"
readme = "README.md"
repository = "https://github.com/Cirru/parser.rs"
version = "0.0.1"