[dependencies.num]
version = "0.4.3"
[dependencies.pyo3]
features = ["num-bigint"]
version = "0.23.1"
[dependencies.typeline_core]
version = "0.1"
[dev-dependencies.rstest]
version = "0.24.0"
[dev-dependencies.typeline_ext_utils]
version = "0.1"
[lib]
doctest = false
name = "typeline_ext_python"
path = "src/lib.rs"
test = false
[package]
authors = ["Christian Schwarz <cmrs@cmrs.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "python integration for typeline"
edition = "2021"
keywords = ["tl", "pipeline", "shell", "stream"]
license = "MIT"
name = "typeline_ext_python"
readme = false
repository = "https://github.com/cmrschwarz/typeline"
rust-version = "1.80"
version = "0.1.0"
[[test]]
name = "mod"
path = "tests/mod.rs"