[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)"
[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"