dusk-forge 0.2.1

A smart contract development framework for Dusk
# 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 = "dusk-forge"
version = "0.2.1"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A smart contract development framework for Dusk"
readme = "README.md"
keywords = [
    "dusk",
    "smart-contract",
    "blockchain",
    "proc-macro",
    "wasm",
]
categories = ["development-tools"]
license = "MPL-2.0"
repository = "https://github.com/dusk-network/forge"

[profile.release]
overflow-checks = true

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

[dependencies.dusk-forge-contract]
version = "0.1.0"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.serde_json]
version = "1"
features = ["alloc"]
default-features = false

[dev-dependencies.dusk-core]
version = "1.4"