bee-crypto 0.3.0

Cryptographic primitives of the IOTA protocol
Documentation
# 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"
name = "bee-crypto"
version = "0.3.0"
authors = ["IOTA Stiftung"]
description = "Cryptographic primitives of the IOTA protocol"
homepage = "https://www.iota.org"
readme = "README.md"
keywords = ["iota", "tangle", "bee", "framework", "crypto"]
license = "Apache-2.0"
repository = "https://github.com/iotaledger/bee"

[[bench]]
name = "raw_speed"
harness = false
[dependencies.bee-ternary]
version = "0.5.2"
default-features = false

[dependencies.byteorder]
version = "1.4.3"
default-features = false

[dependencies.iota-crypto]
version = "0.9.1"
features = ["curl-p"]
default-features = false

[dependencies.lazy_static]
version = "1.4.0"
default-features = false

[dependencies.thiserror]
version = "1.0.30"
default-features = false

[dependencies.tiny-keccak]
version = "2.0.2"
features = ["keccak"]
default-features = false
[dev-dependencies.criterion]
version = "0.3.5"
default-features = false