packed_struct_codegen 0.1.0

This crate implements the code generation for the packed_struct library.
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]
name = "packed_struct_codegen"
version = "0.1.0"
authors = ["Rudi Benkovic <rudi.benkovic@gmail.com>"]
description = "This crate implements the code generation for the packed_struct library."
license = "MIT OR Apache-2.0"
repository = "https://github.com/hashmismatch/packed_struct.rs"

[lib]
proc-macro = true
[dependencies.packed_struct]
version = "^0.1.0"
default-features = false

[dependencies.quote]
version = "^0.3.12"

[dependencies.syn]
version = "^0.11.4"
features = ["full", "parsing", "printing"]

[features]
core_collections = []
default = ["std"]
std = []