msrtc-rans-python 0.2.1

Python extension module for msrtc_rans (published as wheel, not crate)
Documentation
[package]
name = "msrtc-rans-python"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Python extension module for msrtc_rans (published as wheel, not crate)"
documentation = "https://docs.rs/msrtc-rans-python"

[lib]
name = "_msrtc_rans"
crate-type = ["cdylib"]

[dependencies]
msrtc-rans-core = { path = "../msrtc-rans-core", version = "0.2" }
msrtc-rans = { path = "../msrtc-rans", version = "0.2" }
pyo3 = { version = "0.22", features = ["extension-module", "abi3-py311"] }

[features]
default = []

[lints]
rust.unsafe_code = "allow"