restruct 0.1.0

Converts between raw bytes and structured data.
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 = "restruct"
version = "0.1.0"
authors = ["Lukas Lueg <lukas.lueg@gmail.com>"]
description = "Converts between raw bytes and structured data."
documentation = "https://docs.rs/restruct_derive"
readme = "README.md"
license = "MIT"
repository = "http://github.com/lukaslueg/restruct"
[dependencies.pest]
version = "2.0"

[dependencies.pest_derive]
version = "2.0"

[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.rustfmt-nightly]
version = "1.2"
optional = true
default_features = false

[dependencies.syn]
version = "0.15"
features = ["full", "extra-traits"]

[features]
rustfmt = ["rustfmt-nightly"]