# 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 = "efl" version = "0.3.0" authors = ["Brandon Boese "] exclude = ["/efl-sys"] description = """ Enlightenment Foundation Libraries bindings in Rust """ homepage = "https://codeberg.org/JustSoup321/efl-rs" readme = "README.md" keywords = [ "efl", "efl-rs", "enlightenment", "GUI", ] categories = [ "api-bindings", "gui", ] license = "MPL-2.0" repository = "https://codeberg.org/JustSoup321/efl-rs" [lib] name = "efl" [dependencies.efl-sys] version = "0.3.0" [dependencies.libc] version = "0.2.155" [features] default = [ "ecore", "eina", "elementary", "evas", ] ecore = [] eina = [] elementary = [] evas = []