[dependencies]
[lib]
name = "dstv"
path = "src/lib.rs"
[package]
authors = ["Thomas Luijken <dstv@luijken.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing", "visualization", "development-tools", "graphics"]
description = """
DSTV is a Rust library for parsing DSTV files and visualizing the parsed data.
"""
documentation = "https://docs.rs/dstv"
edition = "2021"
homepage = "https://github.com/tluijken/dstv"
include = ["src/", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["dstv", "tekla", "steel", "visualization", "parser"]
license = "MIT"
name = "dstv"
readme = "README.md"
repository = "https://github.com/tluijken/dstv"
rust-version = "1.56"
version = "0.6.0"