1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00
bitbuffer/bitstream_reader_derive/Cargo.toml
2019-03-09 16:59:48 +01:00

20 lines
No EOL
503 B
TOML

[package]
name = "bitstream_reader_derive"
version = "0.4.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
description = "Reading bit sequences from a byte slice"
license = "MIT OR Apache-2.0"
repository = "https://github.com/icewind1991/bitstream_reader"
[lib]
name = "bitstream_reader_derive"
proc-macro = true
[dependencies]
syn = { version = "0.15", features = ["full"] }
quote = "0.6"
proc-macro2 = "0.4"
[dev-dependencies]
bitstream_reader = { version = "0.4", path = ".." }