mical-cli-parser 0.0.1

Internal parser for mical-cli
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 = "2024"
name = "mical-cli-parser"
version = "0.0.1"
authors = ["ryota2357 <contact@ryota2357.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal parser for mical-cli"
readme = false
license = "MIT"

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

[[test]]
name = "snapshots"
path = "tests/snapshots.rs"

[[test]]
name = "snapshots_block_string"
path = "tests/snapshots_block_string.rs"

[[test]]
name = "snapshots_key_value"
path = "tests/snapshots_key_value.rs"

[[test]]
name = "snapshots_prefix_block"
path = "tests/snapshots_prefix_block.rs"

[[test]]
name = "utils"
path = "tests/utils.rs"

[dependencies.mical-cli-syntax]
version = "0.0.1"

[dependencies.rowan]
version = "0.16.1"

[dev-dependencies.insta]
version = "1.46.3"

[dev-dependencies.mical-cli-lexer]
version = "0.0.1"