r2x-python 0.0.9

Python bridge for the r2x CLI
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.72"
name = "r2x-python"
version = "0.0.9"
authors = [
    "pesap <pesap@users.noreply.github.com>",
    "Micah Webb <micahpw@users.noreply.github.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bridge for the r2x CLI"
homepage = "https://github.com/NREL/r2x-cli"
documentation = "https://docs.rs/r2x"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/NREL/r2x-cli"

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

[dependencies.once_cell]
version = "1.19"

[dependencies.pyo3]
version = "0.27"
features = ["abi3-py311"]

[dependencies.r2x-config]
version = "0.0.5"

[dependencies.r2x-logger]
version = "0.0.2"

[dependencies.r2x-manifest]
version = "0.0.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

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