[dependencies]
[lib]
name = "sct_reader"
path = "src/lib.rs"
[package]
authors = ["Caspian Merlin <chpmerlin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "A Rust crate for deserialising sector (.sct) files used by online ATC clients such as EuroScope and VRC."
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 = false
repository = "https://github.com/azimuth-radar/sct-reader"
version = "0.1.0"