[dependencies.wif-weave]
optional = true
version = "0.1.2"
[features]
wif = ["wif-weave"]
[lib]
name = "weave_draft"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A crate for representing and manipulating weaving drafts"
edition = "2024"
keywords = ["weaving", "weave"]
license-file = "LICENSE.txt"
name = "weave-draft"
readme = "README.md"
repository = "https://github.com/erys/weave-draft"
version = "0.2.0"