[[bench]]
harness = false
name = "decoding"
path = "benches/decoding.rs"
[[bench]]
harness = false
name = "encoding"
path = "benches/encoding.rs"
[dependencies.flate2]
optional = true
version = "1.0.34"
[dependencies.hifitime]
features = ["serde", "std"]
version = "4.1.0"
[dependencies.lazy_static]
version = "1.4"
[dependencies.log]
version = "0.4"
[dependencies.md-5]
version = "0.10"
[dependencies.thiserror]
version = "2"
[dev-dependencies.criterion]
version = "0.5.1"
[features]
default = ["flate2"]
[lib]
name = "binex"
path = "src/lib.rs"
[package]
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "science::geo", "parsing"]
description = "BINEX encoder and decoder for real-time GNSS"
edition = "2021"
exclude = ["data/*"]
homepage = "https://github.com/nav-solutions"
keywords = ["geo", "gps", "galileo"]
license = "MPL-2.0"
name = "binex"
readme = "README.md"
repository = "https://github.com/nav-solutions/binex"
version = "0.5.1"
[package.metadata]
msrv = "1.82"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]
[[test]]
name = "decoder"
path = "tests/decoder.rs"
[[test]]
name = "geo"
path = "tests/geo.rs"
[[test]]
name = "lib"
path = "tests/lib.rs"
[[test]]
name = "message"
path = "tests/message.rs"
[[test]]
name = "pvt"
path = "tests/pvt.rs"