-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (28 loc) · 880 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
[package]
name = "timelib"
version = "0.3.6"
edition = "2021"
license = "MIT"
description = "A small Rust wrapper around the timelib library."
documentation = "https://docs.rs/timelib"
homepage = "https://github.com/westy92/timelib-rust"
repository = "https://github.com/westy92/timelib-rust.git"
readme = "README.md"
categories = ["date-and-time", "api-bindings", "external-ffi-bindings", "internationalization", "localization"]
keywords = ["strtotime", "php", "timelib", "date", "datetime"]
authors = ["Seth Westphal", "Westy92 LLC"]
include = [
"/build.rs",
"/src/**/*.rs",
"/ext/**",
"/pregenerated/**",
"/shim/**",
"Cargo.toml",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[build-dependencies]
bindgen = "0"
cc = { version = "1", features = ["parallel"] }
[features]
re2c = []