efltk 0.0.2

Enlightenment Foundation Libraries bindings in Rust
# 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 = "2024"
name = "efltk"
version = "0.0.2"
authors = ["Artem V. Ageev <artem.v.ageev@gmail.com>"]
build = false
exclude = ["examples"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enlightenment Foundation Libraries bindings in Rust"
homepage = "https://github.com/theavege/efl-rs"
readme = "README.md"
keywords = [
    "EFL",
    "enlightenment",
]
categories = [
    "api-bindings",
    "gui",
]
license = "LGPL-2.1-only"
repository = "https://github.com/theavege/efl-rs"
resolver = "2"

[features]
all = [
    "reqwest",
    "chrono",
]
chrono = ["dep:chrono"]
default = []
reqwest = ["dep:reqwest"]
xlsxwriter = ["dep:xlsxwriter"]

[lib]
name = "efltk"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.efltk-sys]
version = "=0.0.2"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "native-tls",
    "blocking",
]
optional = true

[dependencies.xlsxwriter]
version = "0"
optional = true