daml 0.1.0

A smart contract language for building distributed applications on a safe, privacy-aware runtime
Documentation
[dependencies.daml-codegen]
optional = true
version = "0.1.0"

[dependencies.daml-derive]
optional = true
version = "0.1.0"

[dependencies.daml-grpc]
optional = true
version = "0.1.0"

[dependencies.daml-json]
optional = true
version = "0.1.0"

[dependencies.daml-lf]
optional = true
version = "0.1.0"

[dependencies.daml-macro]
optional = true
version = "0.1.0"

[dependencies.daml-util]
optional = true
version = "0.1.0"

[features]
codegen = ["daml-codegen"]
default = []
derive = ["daml-derive"]
full = ["grpc", "json", "macros", "derive", "codegen", "lf-full", "util", "prelude"]
grpc = ["daml-grpc"]
json = ["daml-json"]
lf = ["daml-lf"]
lf-full = ["lf", "daml-lf/full"]
macros = ["daml-macro"]
prelude = ["daml-grpc", "daml-derive"]
sandbox = ["daml-util/sandbox", "daml-grpc/sandbox"]
util = ["daml-util"]

[package]
authors = ["FujiApple <fujiapple852@gmail.com>"]
categories = ["development-tools"]
description = "A smart contract language for building distributed applications on a safe, privacy-aware runtime"
edition = "2021"
keywords = ["daml", "api", "ledger"]
license = "Apache-2.0"
name = "daml"
readme = "README.md"
repository = "https://github.com/fujiapple852/rust-daml-bindings"
resolver = "2"
rust-version = "1.59.0"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true