nargo-sdk 0.0.0

Nargo SDK generator
Documentation
# 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 = "nargo-sdk"
version = "0.0.0"
authors = ["Nargo Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nargo SDK generator"
homepage = "https://github.com/doki-land/nargo"
documentation = "https://docs.rs/nargo-sdk"
readme = "README.md"
keywords = [
    "sdk",
    "generator",
    "nargo",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/doki-land/nargo/compilers/nargo-sdk"

[lib]
name = "nargo_sdk"
path = "src/lib.rs"

[[test]]
name = "sdk_test"
path = "tests/sdk_test.rs"

[dependencies.nargo-metadata]
version = "0.0.0"

[dev-dependencies.nargo-ir]
version = "0.0.0"

[dev-dependencies.tempfile]
version = "3.26.0"