microfetch/microfetch/Cargo.toml
dependabot[bot] 3c68739b90
chore: bump hotpath from 0.15.0 to 0.15.1
Bumps [hotpath](https://github.com/pawurb/hotpath-rs) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/pawurb/hotpath-rs/releases)
- [Changelog](https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pawurb/hotpath-rs/compare/v0.15.0...v0.15.1)

---
updated-dependencies:
- dependency-name: hotpath
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-04 13:18:03 +00: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.1" }
microfetch-alloc.workspace = true
microfetch-asm.workspace = true
microfetch-lib.workspace = true
[features]
hotpath = [ "dep:hotpath" ]
hotpath-alloc = [ "hotpath/hotpath-alloc" ]
[lints]
workspace = true