sct-reader 0.5.0

A Rust crate for deserialising sector files used by online ATC clients such as EuroScope and VRC and converting them to a common format
Documentation
[dependencies.anyhow]
version = "1.0.95"

[dependencies.aviation_calc_util]
version = "2.13.2"

[dependencies.directories]
version = "6.0.0"

[dependencies.flate2]
version = "1.0.35"

[dependencies.geojson]
version = "0.24.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.137"

[dependencies.tar]
version = "0.4.43"

[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.12.1"

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

[package]
authors = ["Caspian Merlin <chpmerlin@gmail.com>", "Prithvi Shivaraman <git.prithvi@slogin.shivaraman.net"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "A Rust crate for deserialising sector files used by online ATC clients such as EuroScope and VRC and converting them to a common format"
edition = "2021"
homepage = "https://github.com/azimuth-radar/sct-reader"
keywords = ["flightsim", "vatsim", "flight_simulation", "sector_file"]
license = "BSD-3-Clause"
name = "sct-reader"
readme = "README.md"
repository = "https://github.com/azimuth-radar/sct-reader"
version = "0.5.0"