[package] name = "libcrio" version = "2.1.0" edition = "2021" authors = ["Anton Whalley "] description = "A wrapper around the crictl cli to return serde_json objects" license = "Apache-2.0" documentation = "https://docs.rs/libcrio" homepage = "https://github.com/no9/libcrio" exclude = ["/.github/**"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0.76" log = "0.4.14" serde = { version = "1.0.134", features = ["derive"] }