# 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_core" version = "0.14.0" authors = ["just-do-halee "] 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.bincode] version = "1.3" optional = true [dependencies.borsh] version = "0.10.2" optional = true [dependencies.digest] version = "0.10" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" optional = true [dev-dependencies.sha2] version = "0.10" [features] bytes = [ "serde", "dep:bincode", "dep:borsh", ] default = [ "serde", "bytes", "hash", "json", "yaml", "toml", "file", "hex", ] file = [ "json", "yaml", "toml", ] hash = [ "bytes", "dep:digest", ] hex = [] json = [ "serde", "dep:serde_json", ] serde = [ "dep:serde", "serde?/derive", ] toml = [ "serde", "dep:toml", ] yaml = [ "serde", "dep:serde_yaml", ]