[package]
edition = "2021"
name = "holonomy-bounded"
version = "0.1.0"
authors = ["SuperInstance <forgemaster@superinstance.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded Drift Theorem implementation for Eisenstein lattice snap operations"
readme = false
keywords = [
"holonomy",
"drift",
"eisenstein",
"lattice",
"constraint",
]
categories = [
"science",
"mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/SuperInstance/holonomy-bounded"
[package.metadata.docs.rs]
features = ["std"]
[features]
default = ["std"]
rand-mock = ["rand"]
std = []
[lib]
name = "holonomy_bounded"
path = "src/lib.rs"
[dependencies.rand]
version = "0.8"
optional = true