formatparse-pyo3 0.8.1

PyO3 bindings for formatparse (native _formatparse extension; use PyPI for Python installs)
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 = "2021"
rust-version = "1.74"
name = "formatparse-pyo3"
version = "0.8.1"
authors = ["Odos Matthews <odosmatthews@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PyO3 bindings for formatparse (native _formatparse extension; use PyPI for Python installs)"
documentation = "https://docs.rs/formatparse-pyo3"
readme = "README.md"
keywords = [
    "pyo3",
    "python",
    "parse",
    "format",
    "formatparse",
]
categories = [
    "api-bindings",
    "parser-implementations",
]
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/eddiethedean/formatparse"

[package.metadata.docs.rs]
all-features = false

[features]
default = []
extension-module = ["pyo3/extension-module"]
python-tests = []

[lib]
name = "_formatparse"
crate-type = ["cdylib"]
path = "src/lib.rs"

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

[dependencies.formatparse-core]
version = "0.8.1"

[dependencies.lru]
version = "0.16.3"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.pyo3]
version = "0.24"
features = ["macros"]
default-features = false

[dependencies.rayon]
version = "1.8"

[dependencies.regex]
version = "1.12.3"

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