# 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" name = "vec_security" version = "0.1.1" exclude = ["target"] description = "Vector_security ensure that user data remain secure. security is a key component of development" readme = "README.md" keywords = [ "authorization", "vector", "computation", "async", "hashing", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/WisdomEnigma/Roombot/" [dependencies.crypto-hash] version = "0.3.4" [dependencies.regex] version = "1.9.3"