adsb 0.4.0

ADS-B/Mode-S parser
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 = "2018"
rust-version = "1.80.0"
name = "adsb"
version = "0.4.0"
authors = ["António Marques <me@antoniomarques.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ADS-B/Mode-S parser"
readme = "README.md"
keywords = [
    "adsb",
    "flight",
    "aircraft",
]
categories = [
    "encoding",
    "parser-implementations",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/asmarques/adsb"

[lib]
name = "adsb"
path = "src/lib.rs"
bench = false

[[example]]
name = "dump-file"
path = "examples/dump-file.rs"

[[example]]
name = "dump-net"
path = "examples/dump-net.rs"

[[bench]]
name = "parser"
path = "benches/parser.rs"
harness = false

[dependencies.nom]
version = "8"

[dev-dependencies.assert_approx_eq]
version = "1.1"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.5"