# 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] name = "colm" version = "0.1.0" authors = ["quininer "] description = "a block cipher based Encrypt-Linear mix-Encrypt mode" keywords = ["block-cipher", "cryptography", "misuse-resistance", "aead"] categories = ["cryptography", "no-std"] license = "MIT" repository = "https://github.com/quininer/colm" [dependencies.arrayref] version = "0.3" [dependencies.subtle] version = "0.3" default-features = false [dev-dependencies.aesni] version = "0.2" [dev-dependencies.generic-array] version = "0.9" [features] default = ["x16"] x16 = [] x32 = []