rs1090-python 0.4.15

Python binding to rs1090, a library to decode Mode S and ADS-B signals
Documentation
[dependencies.hex]
version = "0.4.3"

[dependencies.pyo3]
version = "0.27.2"

[dependencies.rayon]
version = "1.11.0"

[dependencies.rs1090]
version = "0.4.15"

[dependencies.serde-pickle]
version = "1.2.0"

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

[package]
authors = ["Xavier Olive <git@xoolive.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Python binding to rs1090, a library to decode Mode S and ADS-B signals"
edition = "2021"
exclude = ["__pycache__", "**/__pycache__", "**/__pycache__/**", "*.pyc", "**/*.pyc"]
keywords = ["aircraft", "ADS-B", "Mode-S", "decoding"]
license = "MIT"
name = "rs1090-python"
readme = "readme.md"
repository = "https://github.com/xoolive/jet1090"
version = "0.4.15"