microfetch/crates/lib/Cargo.toml
NotAShelf 77d9c725c7
meta: move benchmarks to dedicated crate
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I753245e75da3a995c622a2c73f77bcb26a6a6964
2026-03-27 17:18:43 +03:00

20 lines
587 B
TOML

[package]
name = "microfetch-lib"
description = "Microfetch library crate - exports all functionality including main function"
version.workspace = true
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
license.workspace = true
publish = false
[dependencies]
hotpath = { optional = true, version = "0.14.0" }
microfetch-asm.workspace = true
[features]
hotpath = [ "dep:hotpath", "hotpath/hotpath" ]
hotpath-alloc = [ "hotpath/hotpath-alloc" ]
[lints]
workspace = true