cdumay_context 1.1.2

A Rust Library for Context Manipulation and Export
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde-value]
version = "0.7.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"

[dev-dependencies.rand]
version = "0.8"

[features]
json = ["serde_json"]
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.1.2"

[package.metadata.docs.rs]
all-features = true