microfetch/microfetch/Cargo.toml
NotAShelf b385714d88
Some checks failed
Rust / Test on aarch64-unknown-linux-gnu (push) Has been cancelled
Rust / Test on riscv64gc-unknown-linux-gnu (push) Has been cancelled
Rust / Test on x86_64-unknown-linux-gnu (push) Has been cancelled
build: make 'microfetch' crate publishable; bump hotpath
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I70d4385edb8ec8fe94bb7742177686846a6a6964
2026-04-13 09:21:20 +03:00

24 lines
752 B
TOML

[package]
name = "microfetch"
description = "Microscopic fetch tool in Rust, for NixOS systems, with special emphasis on speed"
version.workspace = true
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
license.workspace = true
readme = "../docs/README.md"
repository = "https://github.com/notashelf/microfetch"
publish = true
[dependencies]
hotpath = { optional = true, version = "0.15.0" }
microfetch-alloc.workspace = true
microfetch-asm.workspace = true
microfetch-lib.workspace = true
[features]
hotpath = [ "dep:hotpath" ]
hotpath-alloc = [ "hotpath/hotpath-alloc" ]
[lints]
workspace = true