[package] name = "idea_algorithm" version = "0.1.2" edition = "2021" authors = ["Alen Andry "] description = "Pure Rust implementation of the idea algorithm" readme = "README.md" keywords = ["idea", "crypto", "algorithm"] categories = ["cryptography", "cryptography::cryptocurrencies"] license = "MIT" documentation = "https://docs.rs/idea_algorithm/" [dependencies] cipher = { version = "0.4.2", features = ["dev"] }