binary-mirror-derive 0.1.10

Derive macro for parsing fixed-length binary data structures
Documentation
[dependencies.binary-mirror]
version = "0.1.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

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

[dependencies.quote]
version = "1.0"

[dependencies.rust_decimal]
version = "1.36"

[dependencies.serde]
features = ["derive"]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.trybuild]
version = "1.0"

[lib]
name = "binary_mirror_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Yvictor <yvictor3141@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["encoding", "parsing"]
description = "Derive macro for parsing fixed-length binary data structures"
documentation = "https://docs.rs/binary-mirror-derive"
edition = "2021"
homepage = "https://github.com/Yvictor/binary_mirror"
keywords = ["binary", "serialization", "derive", "macro"]
license = "MIT"
name = "binary-mirror-derive"
readme = "README.md"
repository = "https://github.com/Yvictor/binary_mirror"
version = "0.1.10"

[[test]]
name = "derive_tests"
path = "tests/derive_tests.rs"