[package]
edition = "2021"
name = "timelib"
version = "0.3.9"
authors = [
"Seth Westphal",
"Westy92 LLC",
]
build = "build.rs"
include = [
"/build.rs",
"/src/**/*.rs",
"/ext/**",
"/pregenerated/**",
"/shim/**",
"Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small Rust wrapper around the timelib library."
homepage = "https://github.com/westy92/timelib-rust"
documentation = "https://docs.rs/timelib"
readme = "README.md"
keywords = [
"strtotime",
"php",
"timelib",
"date",
"datetime",
]
categories = [
"date-and-time",
"api-bindings",
"external-ffi-bindings",
"internationalization",
"localization",
]
license = "MIT"
repository = "https://github.com/westy92/timelib-rust.git"
[features]
re2c = []
[lib]
name = "timelib"
path = "src/lib.rs"
[dependencies]
[build-dependencies.bindgen]
version = "0"
[build-dependencies.cc]
version = "1"
features = ["parallel"]