# 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 = "2021" rust-version = "1.65" name = "xkcp-rs" version = "0.0.3" authors = ["DaniPopes <57450786+DaniPopes@users.noreply.github.com>"] description = "Safe wrappers to the XKCP library" homepage = "https://github.com/DaniPopes/xkcp-rs/tree/master/crates/xkcp-rs" documentation = "https://danipopes.github.io/xkcp-rs/xkcp_rs" readme = "README.md" keywords = [ "xkcp", "keccak", "sha3", "asm", "crypto", ] categories = [ "algorithms", "cryptography", "api-bindings", ] license = "CC0-1.0" repository = "https://github.com/DaniPopes/xkcp-rs" [dependencies.xkcp-sys] version = "=0.0.3" [dev-dependencies.hex-literal] version = "0.4" [features] avr8 = ["xkcp-sys/avr8"] default = ["std"] force-compact = ["xkcp-sys/force-compact"] force-generic = ["xkcp-sys/force-generic"] generic-lc = ["xkcp-sys/generic-lc"] std = []