cdumay_context 2.0.1

A Rust Library for Context Manipulation and Export
Documentation
[dependencies.reqwest]
optional = true
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde-value]
version = "0.7"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.serde_yaml]
optional = true
version = "0.9"

[dependencies.toml]
optional = true
version = "0.8"

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

[features]
http-headers = ["reqwest", "serde_json"]
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 = "2.0.1"

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