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