IF 0.0.53

Just numerical experiments to factorize natural numbers :)
Documentation
[package]
name ="rst_lex"
edition = "2021"
version = "0.0.108"
publish = true
authors = ["Evgeney Knyazhev (SarK0Y) <sark0y@protonmail.com>"]
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/SarK0Y/TAM_RUSTy/tree/pre-workable/ext/rst_lex"
categories = ["rust-patterns", "algorithms"]
kwywords = ["lexer"]
description = "Simple lexer for Rust"
[build-dependencies]
#for_build_rs = { version = "0.0.108", optional = true, default-features = false }
for_build_rs = { path = "../for_build_rs", version = "0.0.110", optional = true, default-features = false }
[dependencies]
#for_build_rs = { path = "../for_build_rs", version = "0.0.108", optional = true, default-features = false }
once_cell = "1.18.0"
substring = "1.4.5"
Mademoiselle_Entropia = {path = "/tst/mae", version = "1.11.12"}
[features]
#default = ["stable"]
dev_hell_n_fun = ["dep:for_build_rs"]
stable = []
empty = []
cleanup = ["dep:for_build_rs"]
[lib]
name = "rst_lex"
path = "src/lib.rs"