polka 0.1.2

A dot language parser for Rust; based on Parser Expression Grammar (PEG) using the excellent pest crate as the underpinning.
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]
edition = "2018"
name = "polka"
version = "0.1.2"
authors = ["☁️ @cloud_on_prem"]
description = "A dot language parser for Rust; based on Parser Expression Grammar (PEG) using the excellent pest crate as the underpinning."
documentation = "https://docs.rs/crate/polka/"
license = "MIT"
[dependencies.pom]
version = "3.0.2"
[dev-dependencies.assert_approx_eq]
version = "1.1.0"

[dev-dependencies.pretty_assertions]
version = "0.6.1"