stdto_core 0.12.0

Stdto provides a set of functional traits for conversion between various data representations.
Documentation
[dependencies.bincode]
optional = true
version = "1.3"

[dependencies.digest]
optional = true
version = "0.10"

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

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

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

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
optional = true
version = "0.5"
[dev-dependencies.sha2]
version = "0.10"

[features]
bytes = ["serde", "dep:bincode"]
default = ["serde", "bytes", "hash", "json", "yaml", "toml", "file", "hex"]
file = ["json", "yaml", "toml"]
hash = ["bytes", "dep:digest"]
hex = ["bytes"]
json = ["serde", "dep:serde_json"]
serde = ["dep:serde", "serde?/derive"]
toml = ["serde", "dep:toml"]
yaml = ["serde", "dep:serde_yaml"]

[package]
authors = ["just-do-halee <just.do.halee@gmail.com>"]
categories = ["development-tools", "rust-patterns", "encoding"]
description = "Stdto provides a set of functional traits for conversion between various data representations."
edition = "2021"
homepage = "https://github.com/just-do-halee/stdto"
keywords = ["serde", "bytes", "hash", "json", "hex"]
license = "MIT OR Apache-2.0"
name = "stdto_core"
readme = "README.md"
repository = "https://github.com/just-do-halee/stdto"
version = "0.12.0"