smpl 0.7.0

Core library to compile the SMPL language
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 = "smpl"
version = "0.7.0"
authors = ["Alexander Vo <randomcivvy0121@gmail.com>"]
description = "Core library to compile the SMPL language"
license = "MIT"
repository = "https://github.com/InnPatron/smpl-mirror"
[dependencies.irmatch]
version = "0.2.0"

[dependencies.itertools]
version = "0.6.3"

[dependencies.lalrpop-util]
version = "0.15.2"

[dependencies.petgraph]
version = "0.4.9"

[dependencies.regex]
version = "0.2.1"

[dependencies.strfmt]
version = "0.1.6"
[build-dependencies.lalrpop]
version = "0.15.2"