timelib 0.3.9

A small Rust wrapper around the timelib library.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]