[package] name = "wayk_core" description = "Provides data structures and other utilities used by Wayk products not specific to protocol itself" version = "0.2.2" authors = ["BenoƮt CORTIER ", "Salah Kamate "] edition = "2018" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Devolutions/wayk-now-rs" [dependencies] wayk_proto = {version = "0.2", path = "../wayk_proto" } wayk_proto_derive = {version = "0.2", path = "../wayk_proto_derive"} num = { version = "0.3", default-features = false } num-traits = { version = "0.2", default-features = false } num-derive = "0.3" gfwx = { version = "0.3", default-features = false }