# 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] edition = "2018" name = "xoodoo" version = "0.1.0" authors = ["David Craven ", "Frank Denis "] description = "Xoodyak / Xoodoo - A versatile cryptographic scheme that can be used for hashing, encryption, MAC computation and authenticated encryption." homepage = "https://github.com/ipfs-rust/xoodoo" readme = "README.md" keywords = ["crypto", "xoodyak", "xoodoo", "cyclist"] categories = ["no-std", "cryptography", "wasm"] license = "MIT" repository = "https://github.com/ipfs-rust/xoodoo" [profile.bench] codegen-units = 1 [profile.release] lto = "fat" codegen-units = 1 panic = "abort" incremental = false [[bench]] name = "benchmark" harness = false [dependencies.rawbytes] version = "0.1" [dependencies.zeroize] version = "1.2" [dev-dependencies.criterion] version = "0.3" [features] default = ["std"] std = []