heh
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
[package]
name = "aoc"
version = "0.1.0"
edition = "2024"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
atools = { git = "https://github.com/bend-n/atools", version = "0.1.7" }
car = "0.1.1"
collar = "1.0.1"
implicit-fn = "0.1.0"
# hinted = "0.0.1"
itertools = "0.12.0"
lower = "0.2.0"
lower-macros = "0.2.3"
mattr = "1.0.0"
md-5 = "0.10.6"
memchr = "2.6.4"
regex = { version = "1.11.1", default-features = false, features = [
    "unstable",
] }
# radsort = "0.1.1"
rustc-hash = { version = "2.1.0", features = ["nightly"] }
swizzle = "0.1.0"
[profile.release]
lto = true
codegen-units = 1
debug = true
# overflow-checks = true