[dependencies.stdto_core]
default-features = false
version = "0.11"
[dependencies.stdto_derive]
optional = true
version = "0.11"
[dev-dependencies.sha2]
version = "0.10"
[features]
bytes = ["serde", "stdto_core/bytes"]
default = ["derive", "serde", "bytes", "hash", "json", "yaml", "toml", "file", "hex"]
derive = ["dep:stdto_derive"]
file = ["json", "yaml", "toml"]
hash = ["bytes", "stdto_core/hash"]
hex = ["bytes", "stdto_core/hex"]
json = ["serde", "stdto_core/json"]
serde = ["stdto_core/serde"]
toml = ["serde", "stdto_core/toml"]
yaml = ["serde", "stdto_core/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"
exclude = ["RELEASE.md", "release.toml", ".gitignore", ".github/", "crates/"]
homepage = "https://github.com/just-do-halee/stdto"
keywords = ["serde", "bytes", "hash", "json", "hex"]
license = "MIT OR Apache-2.0"
name = "stdto"
readme = "README.md"
repository = "https://github.com/just-do-halee/stdto"
version = "0.11.0"