[package] name = "dexalt-lib" version = "0.2.2" edition = "2021" description = "Dexalt Library" license-file = "../LICENSE" readme = "../README.md" homepage = "https://dexalt.github.io/dexalt/lib" repository = "https://github.com/dexalt/dexalt" authors = ["Kevin Alexander Krefting "] [dependencies] base64 = "0.22.1" dexalt-lib-sys = { version = "0.2.0", path = "../lib-sys" } dexalt-lib_derive = { version = "0.2.0", path = "../lib-derive" } serde_json = "1.0.120"