hk-parser 0.0.1

A robust parser and serializer for Hacker Lang configuration files (.hk).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "hk-parser"
version = "0.0.1"
authors = ["HackerOS Team <hackeros068@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A robust parser and serializer for Hacker Lang configuration files (.hk)."
readme = "README.md"
keywords = [
    "hacker-lang",
    "parser",
    "configuration",
    "hk-format",
]
categories = [
    "parser-implementations",
    "config",
]
license = "MIT"
repository = "https://github.com/Bytes-Repository/hk-parser.git"

[lib]
name = "hk_parser"
path = "src/lib.rs"

[dependencies.nom]
version = "7.1.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.pretty_assertions]
version = "1.4"