[package] name = "tea-soft" version = "0.3.0" authors = ["Youmu"] edition = "2018" description = "TEA block cipher" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/tea-soft" repository = "https://github.com/johnmave126/tea-soft" keywords = ["crypto", "tea", "block-cipher"] categories = ["cryptography", "no-std"] readme = "README.md" exclude = [ ".github/**", ".gitignore", ] [dependencies.byteorder] default-features = false version = "1" [dependencies.cipher] version = "0.2" [dev-dependencies.cipher] features = ["dev"] version = "0.2"