# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "eaesy" version = "0.2.1" authors = ["tmplt "] description = "easy hardware-accelerated AES128CBC operations of arbitrary data on embedded targets" readme = "README.md" categories = ["embedded", "cryptography", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/tmplt/eaesy" [[example]] name = "hw-aes" required-features = ["s32k144evb-q100"] [[example]] name = "sw-aes" required-features = ["software", "s32k144evb-q100"] [[example]] name = "swhw-aes" required-features = ["software", "s32k144evb-q100"] [dependencies.aes] version = "0.3" optional = true default-features = false [dependencies.block-cipher-trait] version = "0.6.2" optional = true [dependencies.block-modes] version = "0.3" optional = true default-features = false [dependencies.block-padding] version = "0.1.5" optional = true [dependencies.s32k144] version = "0.10.0" optional = true [dependencies.s32k144evb] version = "0.8.0" optional = true default-features = false [dev-dependencies.cortex-m] version = "0.6.1" [dev-dependencies.cortex-m-rt] version = "0.6.7" [dev-dependencies.hex-literal] version = "0.2.1" [dev-dependencies.panic-halt] version = "0.2" [dev-dependencies.s32k144] version = "0.10.0" [dev-dependencies.s32k144evb] version = "0.8.0" default-features = false [features] default = ["software"] s32k144evb-q100 = ["s32k144evb", "s32k144", "block-padding"] software = ["block-modes", "aes", "block-cipher-trait"]