Crates.io | ddk-manager |
lib.rs | ddk-manager |
version | |
source | src |
created_at | 2024-11-26 16:46:53.733989 |
updated_at | 2024-12-12 20:55:50.744695 |
description | Creation and handling of Discrete Log Contracts (DLC). |
homepage | https://github.com/bennyhodl/rust-dlc |
repository | https://github.com/bennyhodl/rust-dlc/tree/master/dlc-manager |
max_upload_size | |
id | 1461967 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate provides a manager structure that can be used to create and process DLC. The manager requires a number of traits which have basic implementation within this repository but that can be customized to fit specific needs.
See the development docs for information about running integration tests.