# 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 = "milenage" version = "0.1.4" authors = ["Olivier Le Moal "] description = "MILENAGE Algorithm Set" readme = "README.md" keywords = [ "telecom", "lte", "eutran", "epc", "security", ] categories = [ "authentication", "cryptography", ] license = "MIT" repository = "https://github.com/olivierlemoal/milenage-rs/" [dependencies.aes] version = "0.6.0" optional = true [dependencies.aes-soft] version = "0.6.4" optional = true [dependencies.block-modes] version = "0.7.0" optional = true [dependencies.hex-literal] version = "0.3.1" [dependencies.hmac] version = "0.10.1" [dependencies.openssl] version = "0.10" optional = true [dependencies.sha2] version = "0.9.3" [features] aes = [ "dep:aes", "dep:aes-soft", "dep:block-modes", ] default = ["aes"] openssl = ["dep:openssl"]