resharp-parser 0.3.7

regex pattern parser for resharp
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"
rust-version = "1.70"
name = "resharp-parser"
version = "0.3.7"
authors = ["Ian Erik Varatalu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "regex pattern parser for resharp"
readme = "README.md"
keywords = [
    "regex",
    "parser",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/ieviev/resharp"

[lib]
name = "resharp_parser"
path = "src/lib.rs"
test = false
doctest = false

[dependencies.regex-syntax]
version = "0.8.5"

[dependencies.resharp-algebra]
version = "0.3.1"