[package] name = "cjaggerx" version = "0.1.1" edition = "2021" description = "Rust bindings for the CJaggerX library" authors = ["JaggerX "] license = "MIT" repository = "https://github.com/jaggerx/cjaggerx" keywords = ["jaggerx", "cjaggerx", "rust", "c", "bindings"] [dependencies] base64 = "0.22.1" cjaggerx-sys = { version = "0.1.0", path = "../cjaggerx-sys" } serde_json = "1.0.120" which = "6.0.1"