# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "easy_aes" version = "0.1.5" authors = ["bigeyebob "] description = "a very fast / lightweight implementation of aes encrytion and decryption" documentation = "https://docs.rs/easy_aes/0.1.0/easy_aes/" keywords = ["aes", "AES", "encryption", "fast"] license = "MIT" repository = "https://github.com/42biscuit/compact-gps-tracker/tree/main/encryption" [profile.release] opt-level = 2 panic = "abort" overflow-checks = false [[bench]] name = "benchmarks" harness = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8.4"