# 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-inx" version = "1.0.0-beta.6" authors = ["IOTA Stiftung"] description = "Rust bindings for IOTA node extensions (INX)" homepage = "https://www.iota.org" readme = "README.md" keywords = [ "iota", "inx", "bee", "node", "plugin", ] license = "Apache-2.0" repository = "https://github.com/iotaledger/bee" [dependencies.bee-block] version = "1.0.0" features = ["inx"] default-features = false [dependencies.futures] version = "0.3.21" default-features = false [dependencies.inx] version = "1.0.0-beta.8" default-features = false [dependencies.packable] version = "0.6.2" default-features = false [dependencies.thiserror] version = "1.0.32" default-features = false [dev-dependencies.bee-block] version = "1.0.0" features = [ "inx", "rand", ] default-features = false [dev-dependencies.tokio] version = "1.20.1" features = [ "macros", "rt-multi-thread", ] default-features = false