# 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 = "cry" version = "0.1.5" authors = ["tiannian "] description = "Advance cryptography based on ECC and permutation cryptography." documentation = "https://tiannian.github.io/libcry/cry/" license = "Apache-2.0" repository = "https://github.com/tiannian/libcry" [dependencies.byteorder] version = "1.4.3" [dependencies.curve25519-dalek] version = "3" features = ["u32_backend"] default-features = false [dependencies.digest] version = "0.9" default-features = false [dependencies.generic-array] version = "0.14" default-features = false [dependencies.unroll] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.sha3] version = "0.9" [features] default = [] ristretto255 = []