[dependencies.base64]
version = "0.22"
[dependencies.chrono]
default-features = false
features = ["std", "clock"]
version = "0.4"
[dependencies.rustls-pki-types]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
features = ["net", "io-util", "time", "sync"]
version = "1"
[dependencies.tokio-rustls]
version = "0.26"
[dependencies.tracing]
version = "0.1"
[dependencies.webpki-roots]
version = "0.26"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"
[dev-dependencies.tracing-subscriber]
version = "0.3"
[[example]]
name = "connect"
path = "examples/connect.rs"
[[example]]
name = "nearest"
path = "examples/nearest.rs"
[[example]]
name = "sourcetable"
path = "examples/sourcetable.rs"
[lib]
name = "ntrip_core"
path = "src/lib.rs"
[package]
authors = ["GreenForge Labs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "science::geo"]
description = "An async NTRIP client library for Rust with v1/v2 protocol support, TLS, and sourcetable discovery"
edition = "2021"
keywords = ["ntrip", "gnss", "rtk", "rtcm", "gps"]
license = "MIT"
name = "ntrip-core"
readme = "README.md"
repository = "https://github.com/greenforge-labs/ntrip-core"
rust-version = "1.75"
version = "0.2.0"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "protocol_tests"
path = "tests/protocol_tests.rs"