typesec-python 0.4.0

Rust-backed Python bindings for Typesec policy checks
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 = "typesec-python"
version = "0.4.0"
authors = ["typesec contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-backed Python bindings for Typesec policy checks"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/querygraph/typesec"
resolver = "2"

[features]
extension-module = ["pyo3/extension-module"]

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

[dependencies.pyo3]
version = "0.25"

[dependencies.typesec-core]
version = "0.4.0"

[dependencies.typesec-odrl]
version = "0.4.0"

[dependencies.typesec-rbac]
version = "0.4.0"