20 lines
459 B
TOML
20 lines
459 B
TOML
[package]
|
|
name = "stitcher"
|
|
version = "0.1.0"
|
|
description = "An implementation of stitched ordering (https://codeberg.org/andybalaam/stitched-order)"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
fjall = []
|
|
|
|
[dependencies]
|
|
fjall = "3.1.9"
|
|
fractional_index = "2.0.2"
|
|
indexmap = "2.14.0"
|
|
itertools = "0.15.0"
|
|
minicbor = { version = "2.3.0", features = ["full"] }
|
|
tempfile = "3.27.0"
|
|
|
|
[dev-dependencies]
|
|
peg = "0.8.5"
|
|
rustyline = { version = "17.0.2", default-features = false }
|