-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
38 lines (30 loc) · 875 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
[package]
name = "heca-lib"
version = "1.3.2"
authors = ["picked name <[email protected]>"]
edition = "2018"
description = "Hebrew Calendar library"
keywords = ["library", "calendar", "hebrew", "jewish"]
categories = ["date-and-time"]
license = "MIT"
repository = "https://github.com/heca-project/heca-lib"
readme = "README.md"
[badges]
travis-ci = { repository = "heca-project/heca-lib", branch = "master" }
maintenance = { status ="actively-developed"}
is-it-maintained-issue-resolution = {repository = "heca-project/heca-lib"}
is-it-maintained-open-issues = { repository = "heca-project/heca-lib"}
[dependencies]
lazy_static = "1.3.0"
chrono = "0.4"
enum_primitive = "0.1"
num = "0.3"
smallvec = "1.1"
serde = { version = "1.0", features = ["derive"] }
[dev-dependencies]
rayon = "1.0"
atoi = "0.3"
criterion = "0.3"
[profile.release]
debug = true
lto = true