[package]
name = "rs1090-python"
description = "Python binding to rs1090, a library to decode Mode S and ADS-B signals"
repository = "https://github.com/xoolive/jet1090"
keywords = ["aircraft", "ADS-B", "Mode-S", "decoding"]
readme = "readme.md"
authors.workspace = true
version.workspace = true
license.workspace = true
edition.workspace = true
exclude = ["__pycache__", "**/__pycache__", "**/__pycache__/**", "*.pyc", "**/*.pyc"]
[lib]
name = "_rust"
crate-type = ["cdylib"]
[dependencies]
hex = "0.4.3"
pyo3 = "0.27.2"
rayon = "1.11.0"
rs1090 = { version = "0.4.15", path = "../crates/rs1090" }
serde-pickle = "1.2.0"