-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
44 lines (37 loc) · 849 Bytes
/
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
[package]
name = "heca"
version = "1.5.1"
authors = ["picked name <ipickedaname@mail.com>"]
edition = '2018'
repository = "https://github.com/heca-project/heca"
description = "Hebrew calendar utility"
categories = ["command-line-utilities", "date-and-time"]
keywords = ["calendar", "hebrew", "jewish"]
license = "MIT"
readme = "README.md"
[dependencies]
chrono = {version = "0.4", features = ["serde"]}
clap = {version = "2.33", features = ["yaml"]}
heca-lib = "1.3"
either = {version = "1.5", features = ["serde"]}
itoa = "0.4"
rayon = "1.2"
xdg = "2.2"
dirs = "2.0"
serde = "1.0"
serde_json = "1.0"
toml = "0.5"
cpuprofiler = "0.0.4"
zmanim = "0.0.7"
[profile.release]
lto = true
debug = true
overflow-checks = false
panic="abort"
[features]
profile = []
[dev-dependencies]
assert_cmd = "1.0"
predicates = "1"
once_cell = "1.2"
regex = "1"