# 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 = "norx" version = "0.1.1" authors = ["quininer "] build = "build.rs" description = "A Parallel and Scalable Authenticated Encryption Algorithm" keywords = ["cryptography", "aead"] categories = ["cryptography", "no-std"] license = "MIT" repository = "https://github.com/quininer/norx" [dependencies.arrayref] version = "0.3" [dependencies.byteorder] version = "1.0" default-features = false [dependencies.if_chain] version = "0.1" optional = true [dependencies.norx-permutation] version = "0.1.1" default-features = false [dependencies.subtle] version = "0.6" default-features = false [dev-dependencies.rand] version = "0.5" [build-dependencies.byteorder] version = "1.0" default-features = false [build-dependencies.norx-permutation] version = "0.1.1" default-features = false [features] L4 = ["norx-permutation/L4"] L6 = ["norx-permutation/L6"] P1 = [] P4 = ["if_chain"] W32 = ["norx-permutation/W32"] W64 = ["norx-permutation/W64"] default = ["W64", "L4", "P1"] simd = ["norx-permutation/simd"]