[package] name = "sysfunc-blockcipher-xtea" version = "0.1.1" authors = ["A.W. Stanley "] edition = "2018" license = "ISC" readme = "README.md" repository = "https://github.com/sysfunc/sysfunc-blockcipher-xtea.rs/" homepage = "https://github.com/sysfunc/sysfunc-blockcipher-xtea.rs/" categories = ["no-std"] include = [ "src/lib.rs", "Cargo.toml", "README.md", "LICENCE", "CHANGES.md", ] description = """ Simple XTEA block cipher implementation #![no_std]. """