[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 = []