[[bin]]
name = "catnukh_matrix_parser"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.clap]
features = ["derive"]
version = "4.5.49"
[dependencies.pest]
version = "2.8.3"
[dependencies.pest_derive]
version = "2.8.3"
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies]
[lib]
name = "catnukh_matrix_parser"
path = "src/lib.rs"
[package]
authors = ["catnukh <katenychl450@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "parsing"]
description = "Matrix operations parser for eeducational purpose"
documentation = "https://docs.rs/catnukh_matrix_parser"
edition = "2024"
homepage = "https://github.com/catnukh/catnukh_matrix_parser"
keywords = ["parser", "matrix", "education", "cli"]
license = "MIT"
name = "catnukh_matrix_parser"
readme = "README.md"
repository = "https://github.com/catnukh/catnukh_matrix_parser"
version = "0.1.0"
[[test]]
name = "tests"
path = "tests/tests.rs"