# 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] edition = "2018" name = "lioness-rs" version = "0.1.0" authors = ["Jedrzej Stuczynski "] description = "Rust implementation of Lioness block cipher" readme = "README.md" keywords = ["crypto", "block-cipher", "lioness", "sphinx", "mixnet"] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/jstuczyn/lioness-rs" [dependencies.cipher] version = "0.3.0" [dependencies.crypto-mac] version = "0.11.1" [dependencies.digest] version = "0.10.0-pre.3" [dependencies.generic-array] version = "0.14" [dev-dependencies.blake3] version = "1.0.0" features = ["traits-preview"] [dev-dependencies.chacha20] version = "0.7.2" [dev-dependencies.generic-array] version = "0.14" features = ["more_lengths"] [features] block-cipher = []