# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "stdto" version = "0.14.0" authors = ["just-do-halee "] exclude = [ "RELEASE.md", "release.toml", ".gitignore", ".github/", "crates/", ] description = "Stdto provides a set of functional traits for conversion between various data representations." homepage = "https://github.com/just-do-halee/stdto" readme = "README.md" keywords = [ "serde", "bytes", "hash", "json", "hex", ] categories = [ "development-tools", "rust-patterns", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/just-do-halee/stdto" [dependencies.stdto_core] version = "0.14" default-features = false [dependencies.stdto_derive] version = "0.14" optional = true [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 = ["stdto_core/hex"] json = [ "serde", "stdto_core/json", ] serde = ["stdto_core/serde"] toml = [ "serde", "stdto_core/toml", ] yaml = [ "serde", "stdto_core/yaml", ]