[package] name = "easy_aes" version = "0.1.5" authors = ["bigeyebob "] edition = "2018" description = "a very fast / lightweight implementation of aes encrytion and decryption" keywords = ["aes","AES","encryption","fast"] license = "MIT" repository = "https://github.com/42biscuit/compact-gps-tracker/tree/main/encryption" documentation = "https://docs.rs/easy_aes/0.1.0/easy_aes/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] criterion = "0.3" rand = "0.8.4" [[bench]] name = "benchmarks" harness = false [profile.release] panic = 'abort' opt-level = 2 overflow-checks = false debuginfo = 0