ionex 0.1.0

IONEX (Ionosphere Maps) parser
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 = "ionex"
version = "0.1.0"
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
build = false
exclude = ["data/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IONEX (Ionosphere Maps) parser"
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/ionex"

[package.metadata]
msrv = "1.82"

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

[features]
default = ["flate2"]

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

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

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

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

[dependencies.geo]
version = "0.30"

[dependencies.gnss-rs]
version = "2.4"
features = ["serde"]

[dependencies.hifitime]
version = "4.1"
features = [
    "serde",
    "std",
]

[dependencies.itertools]
version = "0.13.0"

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

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

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

[dependencies.thiserror]
version = "2"

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

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

[dev-dependencies.log]
version = "0.4"

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

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