machines/rust/lib/hakari/Cargo.toml

33 lines
1 KiB
TOML
Raw Normal View History

# This file is generated by `cargo hakari`.
# To regenerate, run:
# cargo hakari generate
[package]
name = "hakari"
version = "0.1.0"
edition = "2021"
description = "workspace-hack package, managed by hakari"
# You can choose to publish this crate: see https://docs.rs/cargo-hakari/latest/cargo_hakari/publishing.
publish = false
# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments
# are managed by hakari.
### BEGIN HAKARI SECTION
[dependencies]
anstream = { version = "0.6.19" }
2025-08-01 21:45:38 +02:00
base64 = { version = "0.22.1" }
libc = { version = "0.2.174", features = ["extra_traits"] }
log = { version = "0.4.27", default-features = false, features = ["std"] }
memchr = { version = "2.7.5" }
[build-dependencies]
2025-08-01 21:45:38 +02:00
base64 = { version = "0.22.1" }
log = { version = "0.4.27", default-features = false, features = ["std"] }
memchr = { version = "2.7.5" }
proc-macro2 = { version = "1.0.95" }
quote = { version = "1.0.40" }
2025-08-01 21:45:38 +02:00
syn = { version = "2.0.104", features = ["extra-traits", "fold", "full", "visit"] }
### END HAKARI SECTION