# 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.3.8" authors = ["Xavier Olive "] build = false exclude = [ "__pycache__", "**/__pycache__", "**/__pycache__/**", "*.pyc", "**/*.pyc", ] 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/rs1090" [lib] name = "_rust" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.pyo3] version = "0.22.4" [dependencies.rayon] version = "1.9.0" [dependencies.regex] version = "1.11.0" [dependencies.rs1090] version = "0.3.8" [dependencies.serde-pickle] version = "1.1.1"