# 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 = "2018" name = "tor-hash-passwd" version = "1.0.1" authors = ["The Tari Development Community"] description = "Tor control port password encryption and decryption" homepage = "https://tari.com" readme = "README.md" categories = ["cryptography", "encoding"] license = "BSD-3-Clause" repository = "https://github.com/tari-project/tor-hash-password" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.3.4" [dependencies.rand] version = "0.8.4" [dependencies.sha1] version = "=0.6.0" [dependencies.thiserror] version = "1.0.30"