mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
merge: Douile fork + local (broken af)
This commit is contained in:
parent
8d17ca4e48
commit
49096e46bb
9 changed files with 852 additions and 519 deletions
|
|
@ -17,13 +17,13 @@ rust-version = "1.65.0"
|
|||
categories = ["parser-implementations", "parsing", "network-programming", "encoding"]
|
||||
|
||||
[features]
|
||||
default = ["games", "services", "game_defs"]
|
||||
default = ["games", "services", "game_defs", "packet_capture",]
|
||||
games = []
|
||||
services = []
|
||||
game_defs = ["dep:phf", "games"]
|
||||
serde = ["dep:serde", "serde/derive"]
|
||||
clap = ["dep:clap"]
|
||||
packet_capture = ["dep:pcap-file", "dep:pnet_packet"]
|
||||
packet_capture = ["dep:pcap-file", "dep:pnet_packet", "dep:lazy_static"]
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.5"
|
||||
|
|
@ -40,6 +40,7 @@ clap = { version = "4.1.11", optional = true, features = ["derive"] }
|
|||
|
||||
pcap-file = { version = "2.0", optional = true }
|
||||
pnet_packet = { version = "0.34", optional = true }
|
||||
lazy_static = { version = "1.4", optional = true }
|
||||
|
||||
# Examples
|
||||
[[example]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue