[package] name = "x-variant" description = "Variant is a dynamic type container" homepage = "https://github.com/libark/x" repository = "https://github.com/libark/x" documentation = "https://docs.rs/x-variant" version = "0.1.1" authors = ["Zhou Wei "] license = "MIT OR Apache-2.0" keywords = ["variant"] edition = "2021" [dependencies] num = "0.4" serde = { version = "1.0", optional = true } [dev-dependencies] serde_json = "1.0" [features] default = ["serde"] serde-prefix-nums = [] [[example]] name = "variant"