[dependencies.count_tts]
version = "0.2.0"
[dependencies.serde]
optional = true
version = "1"
[dependencies.serde_json]
optional = true
version = "1"
[features]
default = ["json", "serde"]
json = ["serde", "dep:serde_json"]
serde = ["dep:serde"]
[lib]
name = "anyval"
path = "src/lib.rs"
[package]
authors = ["Khashayar Fereidani"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A lightweight, dynamically‑typed value container for Rust that works like a scripting language."
documentation = "https://docs.rs/anyval"
edition = "2024"
keywords = ["dynamic", "value", "data-structures", "scripting", "json"]
license = "MIT"
name = "anyval"
readme = "README.md"
repository = "https://github.com/fereidani/anyval"
version = "0.1.0"