# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "tiger-digest" version = "0.1.1" authors = ["Ulrik Mikaelsson "] description = "Tiger implementation following the Rust Digest Traits" keywords = ["tiger", "digest"] categories = ["cryptography"] license = "Apache-2.0" repository = "https://gitlab.com/rawler/tiger" [dependencies.block-buffer] version = "0.5.1" [dependencies.byte-tools] version = "0.2.0" [dependencies.digest] version = "0.7.5" [dev-dependencies.hex-literal] version = "0.1.1"