spynso3 0.1.1

Pyo3 bindings for spenso
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"
name = "spynso3"
version = "0.1.1"
authors = ["Lucien Huber <cargo+mail@lucien.ch>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pyo3 bindings for spenso"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/alphal00p/spenso"
resolver = "2"

[features]
python_stubgen = [
    "symbolica/python_stubgen",
    "dep:pyo3-stub-gen",
    "spenso/python_stubgen",
]

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

[dependencies.ahash]
version = "0.8.11"
features = ["serde"]

[dependencies.anyhow]
version = "1.0.86"
features = ["backtrace"]

[dependencies.idenso]
version = "0.2"

[dependencies.itertools]
version = "0.14.0"

[dependencies.pyo3]
version = "0.27"
features = ["anyhow"]

[dependencies.pyo3-stub-gen]
version = "0.17"
optional = true
default-features = false

[dependencies.pyo3-stub-gen-derive]
version = "0.17.2"

[dependencies.spenso]
version = "0.5"
features = [
    "shadowing",
    "python",
]

[dependencies.spenso-hep-lib]
version = "0.1.4"

[dependencies.spenso-macros]
version = "0.3"

[dependencies.symbolica]
version = "1.2"
features = ["python_export"]
default-features = false

[dependencies.thiserror]
version = "2.0.16"

[dependencies.xpct]
version = "0.5.1"