# 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 = "inx" version = "1.0.0-beta.8" authors = ["IOTA Stiftung"] build = "rust/build.rs" exclude = [ "go", ".github", "examples", "rust/bee-inx", ] description = "Rust bindings for IOTA node extensions (INX)" homepage = "https://www.iota.org" readme = "README.md" keywords = [ "iota", "plugin", "node", "inx", ] license = "Apache-2.0" repository = "https://github.com/iotaledger/inx" resolver = "2" [lib] name = "inx" path = "rust/src/lib.rs" [dependencies.prost] version = "0.11" features = [ "prost-derive", "std", ] default-features = false [dependencies.tonic] version = "0.8" features = [ "codegen", "prost", "transport", ] default-features = false [build-dependencies.tonic-build] version = "0.8" features = [ "transport", "prost", ] default-features = false