[package] name = "idea_crypto" version = "0.2.9" edition = "2021" authors = ["Andrew Ryan "] 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_crypto" repository = "https://gitlab.com/andrew_ryan/idea_crypto" [dependencies] cipher = { version = "0.4.2", features = ["dev"] } useful_macro = "0.1.37"