[package]
edition = "2021"
name = "nexus-sdk"
version = "0.0.0"
authors = ["Talus Engineers <engineering@taluslabs.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nexus SDK provides a set of tools to interact with the Nexus Workflow."
homepage = "https://talus.network"
readme = "README.md"
keywords = [
"blockchain",
"cli",
"sdk",
"sui",
"talus",
]
categories = [
"api-bindings",
"command-line-interface",
"cryptography::cryptocurrencies",
]
license-file = "LICENSE.txt"
repository = "https://github.com/Talus-Network/nexus-sdk"
resolver = "3"
[lib]
name = "nexus_sdk"
path = "src/lib.rs"