flarmnet 0.6.0

FlarmNet file decoder/encoder
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 = "2024"
rust-version = "1.91.0"
name = "flarmnet"
version = "0.6.0"
authors = ["Tobias Bieniek <tobias.bieniek@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FlarmNet file decoder/encoder"
readme = "README.md"
keywords = [
    "flarm",
    "flarmnet",
    "ogn",
    "glider",
    "gliding",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/glide-rs/flarmnet-rs.git"

[features]
default = [
    "lx",
    "tdb",
    "xcsoar",
]
lx = [
    "minidom",
    "quick-xml",
]
tdb = []
xcsoar = ["encoding_rs"]

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

[[example]]
name = "convert-to-lx-file"
path = "examples/convert-to-lx-file.rs"

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

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

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

[[test]]
name = "decode_test"
path = "tests/decode_test.rs"

[[test]]
name = "encode_test"
path = "tests/encode_test.rs"

[[test]]
name = "lx_decode_test"
path = "tests/lx_decode_test.rs"

[[test]]
name = "lx_encode_test"
path = "tests/lx_encode_test.rs"

[[test]]
name = "tdb_decode_test"
path = "tests/tdb_decode_test.rs"

[[test]]
name = "tdb_encode_test"
path = "tests/tdb_encode_test.rs"

[dependencies.encoding_rs]
version = "0.8.34"
optional = true

[dependencies.minidom]
version = "0.12.0"
optional = true

[dependencies.quick-xml]
version = "0.30.0"
optional = true

[dependencies.thiserror]
version = "1.0.59"

[dev-dependencies.anyhow]
version = "1.0.82"

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

[dev-dependencies.insta]
version = "1.38.0"