# 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 = "hashing-serializer" version = "0.2.0-pre.0" authors = ["Bogdan Opanchuk "] description = "Serialize serde-implementing structures directly into a hash" readme = "README.md" categories = ["no-std"] license = "MIT" repository = "https://github.com/fjarri/hashing-serializer" [dependencies.digest] version = "0.11.0-pre.9" default-features = false [dependencies.serde] version = "1" default-features = false [dev-dependencies.rand_core] version = "0.6" [dev-dependencies.sha2] version = "0.11.0-pre.3" [features] alloc = ["serde/alloc"] default = []