Current section

Files

Jump to
exdateutil native exdateutil_rrule Cargo.toml
Raw

native/exdateutil_rrule/Cargo.toml

[package]
name = "exdateutil_rrule"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "exdateutil_rrule"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.36.1"
rrule = "0.7.3"
chrono = "0.4.19"
chrono-tz = "0.6.1"
[features]
default = ["nif_version_2_15"]
nif_version_2_15 = ["rustler/nif_version_2_15"]
nif_version_2_16 = ["rustler/nif_version_2_16"]
nif_version_2_17 = ["rustler/nif_version_2_17"]