[[bench]]
harness = false
name = "parse"
[dev-dependencies.criterion]
version = "0.3.5"
[package]
authors = ["Michael Lohr <michael@lohr.dev>", "Jonas Grawe"]
categories = ["parsing", "parser-implementations"]
description = "A library for parsing .off mesh files"
documentation = "https://docs.rs/off-rs"
edition = "2021"
exclude = ["/justfile", "/.github/", "/fuzz/"]
homepage = "https://github.com/michidk/off-rs"
keywords = ["off", "3d", "format", "mesh"]
license = "MIT OR Apache-2.0"
name = "off-rs"
readme = "README.md"
repository = "https://github.com/michidk/off-rs"
resolver = "2"
version = "0.1.4"