42 lines
1.1 KiB
TOML
42 lines
1.1 KiB
TOML
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
|
#
|
|
# When uploading crates to the registry Cargo will automatically
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
|
# to registry (e.g., crates.io) dependencies.
|
|
#
|
|
# If you are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2021"
|
|
name = "crunchy"
|
|
version = "0.2.3"
|
|
authors = ["Eira Fransham <jackefransham@gmail.com>"]
|
|
build = "build.rs"
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Crunchy unroller: deterministically unroll constant loops"
|
|
homepage = "https://github.com/eira-fransham/crunchy"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
repository = "https://github.com/eira-fransham/crunchy"
|
|
|
|
[lib]
|
|
name = "crunchy"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
|
|
[features]
|
|
default = ["limit_128"]
|
|
limit_1024 = []
|
|
limit_128 = []
|
|
limit_2048 = []
|
|
limit_256 = []
|
|
limit_512 = []
|
|
limit_64 = []
|
|
std = []
|