# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "gvariant" version = "0.5.0" authors = ["William Manley "] description = "A pure-rust implementation of the GVariant serialisation format" homepage = "https://github.com/wmanley/gvariant-rs/" readme = "../README.md" keywords = [ "gvariant", "glib", "deserialization", ] categories = [ "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wmanley/gvariant-rs/" [dependencies.gvariant-macro] version = "0.5.0" [dependencies.memchr] version = "2" default-features = false [dependencies.ref-cast] version = "1.0" [features] alloc = [] default = [ "std", "alloc", ] std = [ "alloc", "memchr/std", ]