Hostityourself/target/debug/.fingerprint/futures-util-6c533b5bd57934b0/lib-futures_util.json
Claude 8f5bb158cb
M1: Rust control plane, builder, dashboard, and infra
- Cargo workspace with hiy-server (axum 0.7 + sqlx SQLite + tokio)
- SQLite schema: apps, deploys, env_vars (inline migrations, no daemon)
- Background build worker: sequential queue, streams stdout/stderr to DB
- REST API: CRUD for apps, deploys, env vars; GitHub webhook with HMAC-SHA256
- SSE endpoint for live build log streaming
- Monospace HTMX-free dashboard: app list + per-app detail, log viewer, env editor
- builder/build.sh: clone/pull → detect strategy (Dockerfile/buildpack/static)
  → docker build → swap container → update Caddy via admin API → prune images
- infra/docker-compose.yml + Dockerfile.server for local dev (no Pi needed)
- proxy/Caddyfile: auto-HTTPS off for local, comment removed for production
- .env.example

Compiles clean (zero warnings). Run locally:
  cp .env.example .env && cargo run --bin hiy-server

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
2026-03-19 08:25:59 +00:00

1 line
No EOL
1.4 KiB
JSON

{"rustc":1100337564441796057,"features":"[\"alloc\", \"async-await\", \"async-await-macro\", \"channel\", \"futures-channel\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"io\", \"memchr\", \"sink\", \"slab\", \"std\"]","declared_features":"[\"alloc\", \"async-await\", \"async-await-macro\", \"bilock\", \"cfg-target-has-atomic\", \"channel\", \"compat\", \"default\", \"futures-channel\", \"futures-io\", \"futures-macro\", \"futures-sink\", \"futures_01\", \"io\", \"io-compat\", \"libc\", \"memchr\", \"portable-atomic\", \"sink\", \"slab\", \"spin\", \"std\", \"tokio-io\", \"unstable\", \"write-all-vectored\"]","target":1788798584831431502,"profile":17467636112133979524,"path":11495591417485016923,"deps":[[270634688040536827,"futures_sink",false,13179005783886040304],[302948626015856208,"futures_core",false,10057092378592569665],[1363051979936526615,"memchr",false,17497015279712524296],[2251399859588827949,"pin_project_lite",false,10351643127767646692],[9128867168860799549,"futures_channel",false,3273144089370533308],[12256881686772805731,"futures_task",false,16503936825594746011],[14895711841936801505,"slab",false,3145855623279965153],[17736352539849991289,"futures_io",false,8386311520496714619],[18222057389779178848,"futures_macro",false,13879486736355674747]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/futures-util-6c533b5bd57934b0/dep-lib-futures_util","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}