arinc424 0.4.0

ARINC 424 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 = "2021"
name = "arinc424"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ARINC 424 parser"
homepage = "https://github.com/AeronauticalMaps/libefb"
readme = "README.md"
keywords = [
    "ARINC",
    "ARINC-424",
]
categories = [
    "aerospace",
    "aerospace::protocols",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/AeronauticalMaps/libefb"

[lib]
name = "arinc424"
path = "src/lib.rs"

[[example]]
name = "arinc424_readme"
path = "examples/arinc424_readme.rs"

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

[dependencies.arinc424-derive]
version = "0.4.0"

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