[package] name = "chksum-sync" version = "0.1.0-rc3" authors = ["Konrad GoĊ‚awski "] edition = "2021" rust-version = "1.58.0" description = "Synchronous higher-level functions for chksum library." repository = "https://github.com/ventaquil/chksum" license = "MIT" keywords = ["checksum", "directory-checksum", "file-checksum", "hash"] categories = ["algorithms", "cryptography", "filesystem"] [dependencies] chksum-config = { path = "../chksum-config", version = "^0.1.0-rc3", default-features = false } chksum-hash = { path = "../chksum-hash", version = "^0.1.0-rc3", default-features = false, features = ["std"] } thiserror = "^1.0" [dev-dependencies] chksum-arch = { path = "../chksum-arch", default-features = false }