2024-03-19 05:30:08 +00:00
|
|
|
[package]
|
|
|
|
name = "qwer"
|
|
|
|
edition = "2021"
|
|
|
|
version.workspace = true
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = ["collection", "fastoct"]
|
|
|
|
full = ["default", "protocol"]
|
|
|
|
collection = []
|
|
|
|
fastoct = []
|
|
|
|
protocol = []
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
byteorder.workspace = true
|
|
|
|
qwer-derive.workspace = true
|
2024-05-25 10:07:56 +00:00
|
|
|
itertools.workspace = true
|