sml-lang 0.1.0

A fast CFG-style markup/config language parser written in Rust
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 = "2021"
name = "sml-lang"
version = "0.1.0"
authors = ["Sam"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast CFG-style markup/config language parser written in Rust"
readme = "README.md"
keywords = [
    "parser",
    "config",
    "cfg",
    "language",
    "sml",
]
categories = [
    "parsing",
    "config",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/crazysal-0/sml"

[lib]
name = "sml_lang"
path = "src/lib.rs"

[[bin]]
name = "sml"
path = "src/main.rs"

[dependencies]

[dev-dependencies.criterion]
version = "0.5"