structview 0.3.0

Viewing binary data as high-level data structures, safely.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "structview"
version = "0.3.0"
authors = ["Jan Teske <jteske@posteo.net>"]
description = "Viewing binary data as high-level data structures, safely."
readme = "README.md"
keywords = ["struct", "cast"]
categories = ["parsing", "rust-patterns"]
license = "MIT"
repository = "https://gitlab.com/ra_kete/structview-rs"
[dependencies.byteorder]
version = "1"
default-features = false

[dependencies.structview_derive]
version = "0.3"
[dev-dependencies.compiletest_rs]
version = "0.3"
features = ["stable"]

[features]
default = ["std"]
std = []
[badges.gitlab]
repository = "ra_kete/structview-rs"