rinex 0.22.0

RINEX file parsing, analysis and production
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 = "rinex"
version = "0.22.0"
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
build = "build.rs"
exclude = ["data/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RINEX file parsing, analysis and production"
homepage = "https://github.com/nav-solutions"
readme = "README.md"
keywords = [
    "geo",
    "gnss",
    "gps",
    "galileo",
]
categories = [
    "science",
    "science::geo",
    "parsing",
]
license = "MPL-2.0"
repository = "https://github.com/nav-solutions/rinex"

[package.metadata]
msrv = "1.83"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docrs",
    "--generate-link-to-definition",
]

[features]
antex = []
binex = ["dep:binex"]
clock = []
default = [
    "flate2",
    "serde",
]
full = [
    "antex",
    "clock",
    "flate2",
    "meteo",
    "nav",
    "obs",
    "processing",
    "serde",
    "binex",
    "rtcm",
    "ut1",
    "ublox",
    "serde",
]
meteo = []
nav = [
    "anise",
    "nalgebra",
]
obs = []
processing = [
    "qc",
    "gnss-qc-traits/processing",
]
protos = ["dep:gnss-protos"]
qc = [
    "dep:maud",
    "dep:gnss-qc-traits",
]
rtcm = ["dep:rtcm-rs"]
serde = [
    "dep:serde",
    "gnss-rs/serde",
    "hifitime/serde",
    "bitflags/serde",
    "ublox/serde",
]
ublox = [
    "dep:ublox",
    "dep:gnss-protos",
]
ut1 = ["hifitime/ut1"]

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

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

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

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

[dependencies.anise]
version = "0.9"
optional = true

[dependencies.binex]
version = "0.5.1"
optional = true

[dependencies.bitflags]
version = "2"

[dependencies.flate2]
version = "1"
optional = true

[dependencies.gnss-protos]
version = "0.0.2"
features = ["gps"]
optional = true

[dependencies.gnss-qc-traits]
version = "0.4"
features = ["html"]
optional = true

[dependencies.gnss-rs]
version = "2.6"
features = [
    "std",
    "domes",
    "cospar",
    "sbas",
]

[dependencies.hifitime]
version = "4.2"
features = ["std"]

[dependencies.itertools]
version = "0.14"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.maud]
version = "0.26"
optional = true

[dependencies.nalgebra]
version = "0.34"
optional = true

[dependencies.num]
version = "0.4"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-integer]
version = "0.1.44"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.rtcm-rs]
version = "0.11"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.ublox]
version = "0.10"
features = [
    "std",
    "sfrbx-gps",
]
optional = true

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

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.flate2]
version = "1"

[dev-dependencies.rand]
version = "0.10"
features = ["thread_rng"]

[dev-dependencies.serde_json]
version = "1"

[build-dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[build-dependencies.serde_json]
version = "1"
features = ["preserve_order"]