# 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-rest-api" version = "0.1.7" authors = ["IOTA Stiftung"] description = "The default REST API implementation for the IOTA Bee node software." homepage = "https://www.iota.org" readme = "README.md" keywords = ["iota", "bee", "framework", "node", "api"] license = "Apache-2.0" repository = "https://github.com/iotaledger/bee" [dependencies.bee-ledger] version = "0.6.0" default-features = false [dependencies.bee-message] version = "0.1.6" default-features = false [dependencies.bee-protocol] version = "0.1.1" optional = true default-features = false [dependencies.hex] version = "0.4.3" default-features = false [dependencies.serde] version = "1.0.130" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.68" features = ["alloc"] default-features = false [dependencies.thiserror] version = "1.0.30" default-features = false [features] default = ["peer"] peer = ["bee-protocol"]