stof 0.3.1

Stof is a unified data interface and interchange format for creating, sharing, and manipulating data. Stof removes the fragile and cumbersome parts of combining and using data in applications.
Documentation
[dependencies.anyhow]
version = "1.0.94"

[dependencies.bincode]
version = "1.3.3"

[dependencies.bytes]
version = "1.9.0"

[dependencies.colored]
version = "2.1.0"

[dependencies.getrandom]
features = ["js"]
version = "0.2.15"

[dependencies.js-sys]
optional = true
version = "0.3.76"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.nanoid]
version = "0.4.0"

[dependencies.pest]
version = "2.7.15"

[dependencies.pest_derive]
version = "2.7.15"

[dependencies.quick-xml]
optional = true
version = "0.37.1"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.215"

[dependencies.serde-wasm-bindgen]
optional = true
version = "0.6.5"

[dependencies.serde-xml-rs]
optional = true
version = "0.6.0"

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

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

[dependencies.snap]
version = "1.1.1"

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

[dependencies.typetag]
version = "0.2.19"

[dependencies.urlencoding]
optional = true
version = "2.1.3"

[dependencies.wasm-bindgen]
optional = true
version = "0.2.99"

[features]
default = ["json", "toml", "yaml", "xml", "urlencoded"]
json = ["dep:serde_json"]
toml = ["dep:toml"]
urlencoded = ["json", "dep:urlencoding"]
wasm = ["json", "dep:js-sys", "dep:serde-wasm-bindgen", "dep:wasm-bindgen"]
xml = ["json", "dep:quick-xml", "dep:serde-xml-rs"]
yaml = ["json", "dep:serde_yaml"]

[lib]
crate-type = ["cdylib", "lib"]
name = "stof"
path = "src/lib.rs"

[package]
authors = ["CJ Cummings <cj@formata.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Stof is a unified data interface and interchange format for creating, sharing, and manipulating data. Stof removes the fragile and cumbersome parts of combining and using data in applications."
edition = "2021"
homepage = "https://docs.stof.dev"
license = "Apache-2.0"
name = "stof"
readme = "README.md"
repository = "https://github.com/dev-formata-io/stof"
version = "0.3.1"