arena-terms-parser 0.6.2

Parser for arena-backed, lightweight representations of Prolog-like terms
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"
rust-version = "1.89"
name = "arena-terms-parser"
version = "0.6.2"
authors = ["IKH Software, Inc. <support@ikhsoftware.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for arena-backed, lightweight representations of Prolog-like terms"
readme = "README.md"
keywords = [
    "parser",
    "term",
    "arena",
    "pattern-matching",
    "prolog",
]
categories = [
    "parsing",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/ikhomyakov/arena-terms.git"
resolver = "2"

[features]
cli = ["clap"]
default = ["cli"]

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

[[bin]]
name = "arena-terms-parser"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.arena-terms]
version = "0.6.2"

[dependencies.chrono]
version = "0.4.42"

[dependencies.clap]
version = "4.5.48"
features = ["derive"]
optional = true

[dependencies.env_logger]
version = "0.11.8"

[dependencies.hex]
version = "0.4.3"

[dependencies.include_bytes_aligned]
version = "0.1.4"

[dependencies.log]
version = "0.4.27"

[dependencies.parlex]
version = "0.4.1"

[dependencies.smartstring]
version = "1.0.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.try-next]
version = "0.5.0"

[build-dependencies.parlex-gen]
version = "0.4.1"