# 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 = "zero_pass_backend" version = "0.4.0" authors = ["caio "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Zero Pass Project brain" homepage = "https://gitlab.com/zero-pass/zero-pass-backend" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/CaioVieiraF/zero-pass-backend" [lib] name = "zero_pass_backend" path = "src/lib.rs" [dependencies.base64ct] version = "1.6.0" features = ["alloc"] [dependencies.digest] version = "0.10.7" [dependencies.md-5] version = "0.10.6" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dependencies.sha3] version = "0.10.8" [dependencies.thiserror] version = "1.0.50" [features] builtins = []