stdto_core 0.5.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.thiserror]
version = "1.0"
[dev-dependencies.sha2]
version = "0.10"

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

[package]
authors = ["just-do-halee <just.do.halee@gmail.com>"]
categories = ["development-tools", "rust-patterns", "encoding", "parsing-tools"]
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", "encoding"]
license = "MIT OR Apache-2.0"
name = "stdto_core"
readme = "README.md"
repository = "https://github.com/just-do-halee/stdto"
version = "0.5.0"