textfsm-core 0.2.0

Core parsing library for TextFSM template-based state machine
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 = "textfsm-core"
version = "0.2.0"
authors = ["Joshua Benz <voidsifr@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core parsing library for TextFSM template-based state machine"
homepage = "https://github.com/joshbenz/textfsm-rs"
documentation = "https://docs.rs/textfsm-core"
readme = "README.md"
keywords = [
    "parser",
    "fsm",
    "network",
    "cli",
    "template",
]
categories = [
    "parsing",
    "text-processing",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joshbenz/textfsm-rs"
resolver = "2"

[features]
default = []
serde = ["dep:serde"]

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

[dependencies.fancy-regex]
version = "0.17.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0.18"