[dependencies.cdumay_core]
version = "0.1"
[dependencies.cdumay_json]
optional = true
version = "0.1"
[dependencies.cdumay_toml]
optional = true
version = "0.1"
[dependencies.cdumay_yaml]
optional = true
version = "0.1"
[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]
json = ["serde_json", "cdumay_json"]
toml = ["dep:toml", "cdumay_toml"]
yaml = ["serde_yaml", "cdumay_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.6"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "test_context"
path = "tests/test_context.rs"
[[test]]
name = "test_error"
path = "tests/test_error.rs"