# 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.70.0" name = "chksum-core" version = "0.1.0" authors = ["Konrad GoĊ‚awski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core traits and functions for straightforward hash computation of bytes, files, directories and more." readme = ".cargo/README.md" keywords = [ "checksum", "digest", "hash", ] categories = [ "algorithms", "cryptography", ] license = "MIT" repository = "https://github.com/chksum-rs/core" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "chksum_core" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.80" optional = true [dependencies.chksum-hash-core] version = "0.0.0" [dependencies.thiserror] version = "1.0.51" [dependencies.tokio] version = "1.37.0" features = [ "fs", "io-util", "io-std", ] optional = true [features] async-runtime-tokio = [ "async-trait", "tokio", ] default = []