-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
executable file
·100 lines (81 loc) · 2.01 KB
/
Copy pathCargo.toml
File metadata and controls
executable file
·100 lines (81 loc) · 2.01 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Copyright (C) 2026 rezky_nightky
# SPDX-License-Identifier: GPL-3.0-only
[package]
name = "cosmostrix"
version = "14.0.0"
edition = "2021"
rust-version = "1.81"
authors = ["rezky_nightky (oxyzenQ)"]
description = "Production-grade cinematic Matrix rain renderer for serious terminal environments."
license = "GPL-3.0-only"
repository = "https://github.com/oxyzenQ/cosmostrix"
build = "build.rs"
[build-dependencies]
chrono = { version = ">=0.4.38, <0.5", default-features = false, features = ["clock"] }
[dependencies]
clap = { version = ">=4.5, <4.6", features = ["derive"] }
clap_complete = "4"
crossterm = "0.29"
rand = "0.9"
bitvec = "1"
smallvec = "1"
unicode-width = "0.2"
chrono = { version = ">=0.4.38, <0.5", default-features = false, features = ["clock"] }
notify = { version = ">=6.1, <7", default-features = false }
[target.'cfg(target_os = "macos")'.dependencies]
notify = { version = ">=6.1, <7", default-features = false, features = ["macos_fsevent"] }
[target.'cfg(unix)'.dependencies]
signal-hook = "0.3"
libc = "0.2"
[target.'cfg(windows)'.dependencies]
ctrlc = "3.4"
[profile.dev]
opt-level = 0
debug = true
split-debuginfo = "unpacked"
incremental = true
codegen-units = 256
[profile.release]
opt-level = 3
debug = false
strip = true
lto = "fat"
codegen-units = 1
panic = "unwind"
overflow-checks = false
incremental = false
[profile.pro]
inherits = "release"
opt-level = 3
debug = false
strip = true
lto = "fat"
codegen-units = 1
panic = "unwind"
overflow-checks = false
incremental = false
[profile.pro-linux-v3]
inherits = "pro"
[profile.pro-linux-v4]
inherits = "pro"
[profile.pro-linux-musl]
inherits = "pro"
[profile.pro-macos-aarch64-native]
inherits = "pro"
[profile.pro-win-amd64]
inherits = "pro"
[profile.pro-win-aarch64]
inherits = "pro"
[profile.pro-android-aarch64]
inherits = "pro"
[profile.release-with-debug]
inherits = "release"
debug = true
strip = false
[profile.bench]
inherits = "release"
debug = true
strip = false
overflow-checks = false
# Platform-specific optimizations
# At ./cargo/config.toml