pareg_core 0.10.0

This library contains the implementation for the pareg library.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"

[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
 "unicode-segmentation",
]

[[package]]
name = "litrs"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"

[[package]]
name = "minlin"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb89d30f525abd1fb79e894528ef6a597e40ce53bfa69d0235131ea1e09ccb7a"

[[package]]
name = "pareg_core"
version = "0.10.0"
dependencies = [
 "minimal-lexical",
 "proc-macro2",
 "quote",
 "syn",
 "termal",
 "thiserror",
]

[[package]]
name = "place_macro"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded910602eebb5e39317d37dbfa6f2f470b5759d0e06b456e940207c861f17aa"
dependencies = [
 "place_macro_proc",
]

[[package]]
name = "place_macro_core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15a4aeb20828217e746ffbeba3120133961b4fc699995589443a386a78918e9d"
dependencies = [
 "convert_case",
 "litrs",
 "proc-macro2",
]

[[package]]
name = "place_macro_proc"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "278f0d63044c8f6a1e19d3c20b8ef2de4b5a0a845f5e42ab20d5a8bcb98755ab"
dependencies = [
 "place_macro_core",
 "proc-macro2",
]

[[package]]
name = "proc-macro2"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "termal"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8d323a9ff2bc62cf65572e0a40da0597e4751c6b99fd39c79705110f6293d7a"
dependencies = [
 "termal_core",
 "termal_proc",
]

[[package]]
name = "termal_core"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "518697f712e25418c3fd8861c20a45cb105e1eb65406698b26046b3ad983f2df"
dependencies = [
 "base64",
 "litrs",
 "minlin",
 "place_macro",
 "proc-macro2",
 "thiserror",
]

[[package]]
name = "termal_proc"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1de9d713049cdf5f80a6b4392d9875ab50e1a1a95a43df6af58ef7e357b3bb8"
dependencies = [
 "termal_core",
]

[[package]]
name = "thiserror"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "2.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"

[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"