[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde-value]
version = "0.7.0"
[dependencies.serde-xml-rs]
optional = true
version = "0.6.0"
[dependencies.serde_json]
optional = true
version = "1.0.138"
[dependencies.serde_yaml]
optional = true
version = "0.9.33"
[dependencies.toml]
optional = true
version = "0.8.18"
[features]
json = ["serde_json"]
xml = ["serde-xml-rs"]
yaml = ["serde_yaml"]
[lib]
name = "cdumay_context"
path = "src/lib.rs"
[package]
authors = ["Cédric Dumay <cedric.dumay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust Library for Context Manipulation and Export"
documentation = "https://docs.rs/cdumay_context"
edition = "2021"
homepage = "https://github.com/cdumay/cdumay_context"
license-file = "LICENSE"
name = "cdumay_context"
readme = "README.md"
repository = "https://github.com/cdumay/cdumay_context"
version = "1.0.1"