# 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" rust-version = "1.63" name = "fingerprint-struct" version = "0.1.0" authors = ["Benjamin Swart "] description = "Utilities for hashing data structutes" documentation = "https://docs.rs/fingerprint-struct/" readme = "README.md" categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SvizelPritula/fingerprint-struct" [[example]] name = "hello_world" [[example]] name = "multiple_values" [[example]] name = "complex_types" required-features = ["std"] [[example]] name = "custom_impl" [[example]] name = "derive" required-features = [ "std", "derive", ] [[example]] name = "with_prefix" [[example]] name = "with_version" [dependencies.digest] version = "0.10.5" default-features = false [dependencies.fingerprint-struct-derive] version = "0.1.0" optional = true [dev-dependencies.blake2] version = "0.10.4" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.mock-digest] version = "0.1.0" [dev-dependencies.sha2] version = "0.10.6" [features] alloc = [] default = [ "std", "derive", ] derive = ["fingerprint-struct-derive"] os = [] std = ["alloc"]