marin 0.1.0

Rust implementation of the DSL used for kantek (kv2.dev)
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 = "2018"
name = "marin"
version = "0.1.0"
authors = ["SitiSchu <admin@sitischu.com>"]
description = "Rust implementation of the DSL used for kantek (kv2.dev)"
readme = "README.md"
keywords = ["dsl", "config", "parser"]
categories = ["command-line-utilities", "parser-implementations"]
license = "GPL-3.0-only"
repository = "https://github.com/mojurasu/marin"
[dependencies.derive_more]
version = "0.99"

[dependencies.pest]
version = "2.1"

[dependencies.pest_derive]
version = "2.1"
[dev-dependencies.linefeed]
version = "0.6"