typg-python 5.0.13

PyO3 bindings for typg-core (made by FontLab https://www.fontlab.com/)
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"
name = "typg-python"
version = "5.0.13"
authors = ["FontLab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PyO3 bindings for typg-core (made by FontLab https://www.fontlab.com/)"
homepage = "https://www.fontlab.com/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fontlaborg/typg"

[features]
default = []
extension-module = ["pyo3/extension-module"]
hpindex = ["typg-core/hpindex"]

[lib]
name = "typg_python"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.pyo3]
version = "0.26"
features = ["abi3-py310"]

[dependencies.regex]
version = "1.11"

[dependencies.typg-core]
version = "=5.0.13"

[dev-dependencies.indoc]
version = "2.0"

[dev-dependencies.pyo3]
version = "0.26"
features = ["abi3-py310"]

[dev-dependencies.read-fonts]
version = "0.39.1"

[dev-dependencies.tempfile]
version = "3.10"