[package]
edition = "2021"
rust-version = "1.80.0"
name = "rotext_internal_test"
version = "0.2.0"
authors = ["Umaĵo <umajho@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A crate that includes internal test related stuff for the official Rotext parser."
readme = false
license = "MIT"
repository = "https://github.com/umajho/rotext"
[lib]
name = "rotext_internal_test"
path = "src/lib.rs"
[dependencies.indoc]
version = "2.0.5"
[dependencies.rotext_core]
version = "0.2.0"
features = ["test"]