bml 0.1.0

BML Markup 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]
edition = "2018"
name = "bml"
version = "0.1.0"
authors = ["Rouven Spreckels <n3vu0r@qu1x.org>"]
include = ["src/lib.rs", "src/bml.pest", "Cargo.toml", "README.md", "RELEASES.md"]
description = "BML Markup Language"
homepage = "https://qu1x.org/bml"
documentation = "https://docs.rs/bml"
readme = "README.md"
keywords = ["bml", "markup-language", "icarus-database", "higan-manifest", "bsnes-manifest"]
categories = ["command-line-utilities", "parser-implementations", "encoding", "config"]
license = "Fair"
repository = "https://github.com/qu1x/bml"
[dependencies.pest]
version = "2"

[dependencies.pest_derive]
version = "2"
[badges.travis-ci]
repository = "qu1x/bml"