gnss-time 0.5.2

Type-safe GNSS time scales: GPS, GLONASS, Galileo, BeiDou, TAI, UTC — no_std by default
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"
rust-version = "1.75"
name = "gnss-time"
version = "0.5.2"
authors = ["<zedmfix@gmail.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
    "LICENSE.MIT",
    "LICENSE.APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe GNSS time scales: GPS, GLONASS, Galileo, BeiDou, TAI, UTC — no_std by default"
homepage = "https://github.com/MiCkEyZzZ/gnss-time"
documentation = "https://docs.rs/gnss-time"
readme = "README.md"
keywords = [
    "glonass",
    "gnss",
    "gps",
    "time",
    "no-std",
]
categories = [
    "no-std",
    "science",
    "date-and-time",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MiCkEyZzZ/gnss-time"

[package.metadata.docs.rs]
features = [
    "std",
    "defmt",
]
targets = [
    "x86_64-unknown-linux-gnu",
    "thumbv7em-none-eabihf",
]

[features]
default = []
defmt = ["dep:defmt"]
std = []

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

[dependencies.defmt]
version = "0.3"
optional = true

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.8.0"
features = ["std"]
default-features = false