File: Cargo.toml.orig

package info (click to toggle)
rust-crunchy 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 373 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "crunchy"
version = "0.2.2"
authors = ["Vurich <jackefransham@hotmail.co.uk>"]
description = "Crunchy unroller: deterministically unroll constant loops"
license = "MIT"
build = "build.rs"

[dependencies]

[features]
"std" = []
"limit_64" = []
"limit_128" = []
"limit_256" = []
"limit_512" = []
"limit_1024" = []
"limit_2048" = []
"default" = ["limit_128"]