2023-03-03 19:31:34 +11:00
|
|
|
[package]
|
2023-03-03 19:33:28 +11:00
|
|
|
name = "gb-emu-lib"
|
2023-03-03 19:31:34 +11:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
2023-03-08 11:28:32 +11:00
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
async = []
|
|
|
|
|
2023-03-03 19:31:34 +11:00
|
|
|
[dependencies]
|
|
|
|
rand = "0.8.5"
|
|
|
|
async-ringbuf = "0.1.2"
|
|
|
|
futures = "0.3.26"
|
|
|
|
once_cell = "1.17.1"
|
|
|
|
itertools = "0.10.5"
|
2023-03-11 08:44:23 +11:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_with = "2.3.0"
|