1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[]
= "day-cli"
= true
= true
= true
= true
= true
= true
[[]]
= "day"
= "src/main.rs"
[]
= { = "4.6", = ["derive"] }
# `day new app` templates (templates/app/, embedded so a fresh `cargo install day-cli` scaffolds
# offline): handlebars renders {{name}}/{{id}}/… in file contents AND paths; include_dir bakes
# the template tree into the binary.
= "6"
= "0.7"
= { = "1", = ["derive"] }
= "0.9"
= "1"
= "0.10"
# Background "is a newer day-cli on crates.io?" check (update.rs). ureq is a small synchronous HTTP
# client with bundled roots — no OS cert-store dependency, works on a fresh machine.
= "2"
# Shared host-toolchain/SDK discovery (docs/environment.md) — same code the build scripts use.
= { = true }
# Font name-table parsing + family→ident rules (§18.4) — the SAME leaf crate the runtimes use (via
# `day_spec::fonts`), so the names the stagers derive always match what the backends look up. These
# two leaves are the CLI's only day deps; base64 for dayscript replies is inlined in `script.rs`,
# and everything else labelled `day_*` in `new.rs` is scaffold template text, not a real dependency.
= { = true }
# Ctrl-C child cleanup uses POSIX signals only (Windows relies on console propagation).
[]
= "0.2"