resharp-algebra 0.3.4

boolean algebra and symbolic rewriting engine for resharp regex
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-algebra"
version = "0.3.4"
authors = ["Ian Erik Varatalu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "boolean algebra and symbolic rewriting engine for resharp regex"
readme = "README.md"
keywords = [
    "regex",
    "automata",
    "boolean-algebra",
]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/ieviev/resharp-rs"

[features]
graphviz = []
norewrite = []

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

[dependencies.rustc-hash]
version = "2"