-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathCargo.toml
More file actions
65 lines (56 loc) · 3.1 KB
/
Copy pathCargo.toml
File metadata and controls
65 lines (56 loc) · 3.1 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
# This file is generated by `cargo hakari`.
# To regenerate, run:
# cargo hakari generate
[package]
name = "guppy-workspace-hack"
version = "0.1.0"
description = "workspace-hack package, managed by hakari"
publish = true
readme = "README.md"
license = "CC0-1.0"
repository = "https://github.com/guppy-rs/guppy"
edition = "2024"
# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments
# are managed by hakari.
### BEGIN HAKARI SECTION
[dependencies]
aho-corasick = { version = "1.1.3" }
bit-set = { version = "0.8.0" }
bit-vec = { version = "0.8.0" }
camino = { version = "1.2.1", default-features = false, features = ["serde1"] }
clap = { version = "4.5.56", features = ["derive"] }
clap_builder = { version = "4.5.56", default-features = false, features = ["color", "help", "std", "suggestions", "usage"] }
getrandom = { version = "0.3.3", default-features = false, features = ["std"] }
hashbrown = { version = "0.16.1", default-features = false, features = ["allocator-api2", "inline-more"] }
include_dir = { version = "0.7.4", features = ["glob"] }
indexmap = { version = "2.13.0" }
log = { version = "0.4.28", default-features = false, features = ["std"] }
miette = { version = "7.6.0", features = ["fancy"] }
num-traits = { version = "0.2.19" }
once_cell = { version = "1.21.3" }
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
petgraph = { version = "0.8.3", default-features = false, features = ["graphmap", "std"] }
regex = { version = "1.12.2", default-features = false, features = ["perf", "std"] }
regex-automata = { version = "0.4.13", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "std", "unicode"] }
regex-syntax = { version = "0.8.5" }
serde = { version = "1.0.228", features = ["alloc", "derive"] }
serde_core = { version = "1.0.228", features = ["alloc"] }
serde_json = { version = "1.0.150", features = ["unbounded_depth"] }
toml = { version = "0.5.11", features = ["preserve_order"] }
[build-dependencies]
proc-macro2 = { version = "1.0.101" }
quote = { version = "1.0.41" }
syn = { version = "2.0.106", features = ["extra-traits", "full", "visit"] }
[target.x86_64-unknown-linux-gnu.dependencies]
libc = { version = "0.2.180" }
rustix = { version = "0.38.44", features = ["fs", "termios"] }
[target.x86_64-apple-darwin.dependencies]
libc = { version = "0.2.180", features = ["extra_traits"] }
rustix = { version = "0.38.44", features = ["fs", "termios"] }
[target.aarch64-apple-darwin.dependencies]
libc = { version = "0.2.180", features = ["extra_traits"] }
rustix = { version = "0.38.44", features = ["fs", "termios"] }
[target.x86_64-pc-windows-msvc.dependencies]
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59.0", features = ["Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse"] }
windows-sys-d4189bed749088b6 = { package = "windows-sys", version = "0.61.2", features = ["Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console"] }
### END HAKARI SECTION