[package] name = "silkrust" version = "0.0.3" edition = "2021" description = "a non-invasive SR module library to build network modules for the Silkroad Online Network" license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "1.4.0" blowfish = "0.8.0" bitfield-struct = "0.5" tokio = { version = "1.26.0", features = ["full"] } queues = "1.1.0" rand = "0.8.5" log = "0.4.17"