# 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 = "field-encryption" version = "0.0.1" description = """ A library for formattable field encyption. """ readme = "README.md" keywords = [ "encryption", "regex", "fpe", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/vladimir-ea/field-encryption" [dependencies.generic-array] version = "0.14.6" [dependencies.hkdf] version = "0.12.3" [dependencies.regex-automata] version = "0.1" [dependencies.sha3] version = "0.10.6" [dependencies.thiserror] version = "1.0"