[package] categories = [] description = "Few functions that we use in all of our Rust applications" edition = "2021" license = "MIT" name = "datafet" version = "0.3.1" [features] eid = [] time = [] [dependencies] base32 = "0.4.0" chrono = "0.4.23" hashers = "1.0.1" siphasher = "0.3"