swiftnav 0.13.0

GNSS positioning and related utilities
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.89.0"
name = "swiftnav"
version = "0.13.0"
authors = ["Swift Navigation <dev@swiftnav.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GNSS positioning and related utilities"
readme = "README.md"
license = "LGPL-3.0"
repository = "https://github.com/swift-nav/swiftnav-rs"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "katex-header.html",
]

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

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

[dependencies.bon]
version = "3.8.1"

[dependencies.chrono]
version = "0.4.42"

[dependencies.nalgebra]
version = "0.35.0"

[dependencies.rustversion]
version = "1.0.22"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.float_eq]
version = "1.0.1"

[dev-dependencies.nmea]
version = "0.7"

[dev-dependencies.proptest]
version = "1.9.0"