[package] name = "dzserver" version = "0.1.0" authors = ["uh wot "] edition = "2021" [lib] crate-type = ["cdylib", "rlib"] [dependencies] blowfish = "0.9" aes = "0.8" md-5 = "0.10" cipher = { version = "0.4", features = ["block-padding", "alloc"] } cbc = "0.1" hex = "0.4" wasm-bindgen = "0.2" [dev-dependencies] wasm-bindgen-test = "0.3" [profile.release] lto = true