zshrs-parse 0.10.9

Lexer + parser for zshrs — port of zsh's lex.c + parse.c. Shared between the zshrs runtime and zshrs-daemon.
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 = "zshrs-parse"
version = "0.10.9"
authors = ["MenkeTechnologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lexer + parser for zshrs — port of zsh's lex.c + parse.c. Shared between the zshrs runtime and zshrs-daemon."
readme = false
keywords = [
    "shell",
    "zsh",
    "lexer",
    "parser",
]
categories = ["parser-implementations"]
license = "MIT"
repository = "https://github.com/MenkeTechnologies/zshrs"

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

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