-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
52 lines (46 loc) · 1.04 KB
/
Cargo.toml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[package]
name = "advent-of-codspeed-2024"
version = "0.1.0"
authors = ["Giacomo Stevanato <giaco.stevanato@gmail.com>"]
edition = "2021"
[lib]
bench = false
[profile.bench.build-override]
opt-level = 3
debug = true
[profile.dev.build-override]
opt-level = 3
debug = true
[profile.release.build-override]
opt-level = 3
debug = true
[dependencies]
# ahash = { version = "0.8" }
# t1ha = { version = "0.1" }
# bytemuck = { version = "1", features = ["derive"] }
# itertools = "0.13"
rayon = "1"
# regex = "1"
# parse-display = "0.10"
# memchr = "2"
# core_simd = { git = "https://github.com/rust-lang/portable-simd" }
# arrayvec = "0.7"
# smallvec = "1"
# rustc-hash = "1"
# bitvec = "1"
# #dashmap = "6"
# atoi_radix10 = { git = "https://github.com/gilescope/atoi_radix10" }
# btoi = "0.4"
# nom = "7"
# rangemap = "1"
# #flume = "0.11"
# #pollster = "0.4"
# #wgpu = "0.18"
# mimalloc = { version = "0.1", default-features = false }
# bstr = "1"
# num = "0.4"
# num-traits = "0.2"
# roots = "0.0.8"
# radsort = "0.1"
# pathfinding = "4"
# bit-set = "0.8"