[package] name = "gvariant" version = "0.5.0" authors = ["William Manley "] edition = "2018" description = "A pure-rust implementation of the GVariant serialisation format" readme = "../README.md" repository = "https://github.com/wmanley/gvariant-rs/" homepage = "https://github.com/wmanley/gvariant-rs/" license = "MIT OR Apache-2.0" keywords = ["gvariant", "glib", "deserialization"] categories = ["encoding", "no-std"] [features] default = ["std", "alloc"] std = ["alloc", "memchr/std"] alloc = [] [dependencies] ref-cast = "1.0" gvariant-macro = {path = "../gvariant-macro", version = "0.5.0"} memchr = { version = "2", default-features = false }