rs1090-python 0.5.1

Python binding to rs1090, a library to decode Mode S and ADS-B signals
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rs1090-python"
version = "0.5.1"
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.1"

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