term_rewriting 0.6.0

A Rust library for representing, parsing, and computing with first-order term rewriting systems.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "term_rewriting"
version = "0.6.0"
authors = ["Joshua S. Rule <joshua.s.rule@gmail.com>"]
description = "A Rust library for representing, parsing, and computing with first-order term rewriting systems."
homepage = "https://github.com/joshrule/term-rewriting-rs"
documentation = "https://docs.rs/term_rewriting"
readme = "README.md"
keywords = ["term-rewriting", "language", "rewriting", "parser"]
categories = ["science", "data-structures", "algorithms", "parser-implementations"]
license = "MIT"
repository = "https://github.com/joshrule/term-rewriting-rs"
[dependencies.itertools]
version = "0.7"

[dependencies.nom]
version = "4.0"

[dependencies.rand]
version = "0.5"