# 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-message" version = "0.1.7" authors = ["IOTA Stiftung"] description = "Implementation of the IOTA protocol message layouts" homepage = "https://www.iota.org" readme = "README.md" keywords = [ "iota", "tangle", "bee", "framework", "message", ] license = "Apache-2.0" repository = "https://github.com/iotaledger/bee" resolver = "1" [dependencies.bech32] version = "0.8.1" default-features = false [dependencies.bee-common] version = "0.5.0" default-features = false [dependencies.bee-pow] version = "0.2.1" default-features = false [dependencies.bytemuck] version = "1.7.2" default-features = false [dependencies.digest] version = "0.9.0" default-features = false [dependencies.hex] version = "0.4.3" default-features = false [dependencies.iota-crypto] version = "0.17.1" features = [ "ed25519", "blake2b", ] default-features = false [dependencies.serde] version = "1.0.130" optional = true default-features = false [dependencies.thiserror] version = "1.0.30" default-features = false [dev-dependencies.num_cpus] version = "1.13.0" default-features = false