# 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.58.0" name = "chksum-async" version = "0.1.0-rc3" authors = ["Konrad GoĊ‚awski "] description = "Asynchronous higher-level functions for chksum library." keywords = ["checksum", "directory-checksum", "file-checksum", "hash"] categories = ["algorithms", "asynchronous", "cryptography", "filesystem"] license = "MIT" repository = "https://github.com/ventaquil/chksum" [dependencies.async-trait] version = "^0.1" [dependencies.chksum-config] version = "^0.1.0-rc3" default-features = false [dependencies.chksum-hash] version = "^0.1.0-rc3" features = ["std"] default-features = false [dependencies.thiserror] version = "^1.0" [dependencies.tokio] version = "^1.13" features = ["fs", "io-util"] [dev-dependencies.futures] version = "^0.3" [dev-dependencies.tokio] version = "^1.13" features = ["fs", "io-util", "macros", "rt", "rt-multi-thread"]