[package]
edition = "2021"
name = "rs1090-python"
version = "0.5.0"
authors = ["Xavier Olive <git@xoolive.org>"]
build = false
exclude = [
"__pycache__",
"**/__pycache__",
"**/__pycache__/**",
"*.pyc",
"**/*.pyc",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python binding to rs1090, a library to decode Mode S and ADS-B signals"
readme = "readme.md"
keywords = [
"aircraft",
"ADS-B",
"Mode-S",
"decoding",
]
license = "MIT"
repository = "https://github.com/xoolive/jet1090"
[lib]
name = "_rust"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.hex]
version = "0.4.3"
[dependencies.pyo3]
version = "0.27.2"
[dependencies.rayon]
version = "1.11.0"
[dependencies.rs1090]
version = "0.5.0"
[dependencies.serde-pickle]
version = "1.2.0"