# 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 = "1.1.0" authors = ["Jan Teske "] description = "Viewing binary data as high-level data structures, safely." readme = "README.md" keywords = ["struct", "cast", "zerocopy"] 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 = "=1.1.0" [dev-dependencies.compiletest_rs] version = "0.5" [features] default = ["std"] std = [] [badges.gitlab] repository = "ra_kete/structview-rs" [badges.maintenance] status = "as-is"