Cargo Features

Doe has no features set by default.

[dependencies]
doe = { version = "1.1.20", features = ["process", "ctf", "json", "clip", "xlsx", "docx", "date", "mouse", "keyboard", "kcm", "screenshot", "images", "directories", "lazy_static"] }
process = cocoa, objc, winapi

Affects process::process

ctf = base64, hex, percent-encoding, rand, regex, reqwest, scraper, serde_json, unicode-segmentation

Affects ctf::ctf

json = serde_json

Affects json::json

clip kcm? = clipboard, clipboard-win, cocoa, objc, x11-clipboard

Affects clipboard::clipboard, mouse::common.move_to_select_all_and_copy_all_then_get_clipboard, mouse::common.mouse_automater, mouse::linux.move_to_paste, mouse::macos.move_to_paste, mouse::windows.move_to_paste, mouse::windows.automater

xlsx = umya-spreadsheet, zip

Affects xlsx::xlsx

docx = xml-rs, zip

Affects docx::docx

date = chrono, regex

Affects date::date

mouse kcm? = keyboard, libc, mouse-rs

Affects mouse::mouse

keyboard kcm? mouse? = core-foundation, core-graphics, crossterm, libc, winapi, xdotool

Affects keyboard::keyboard

kcm = clip, keyboard, mouse

kcm is short for keyboard clipboard mouse

screenshot = image, screenshots

Affects screenshot::screenshot

images = icns, ico, image

Affects images::images

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

directories implicit feature
lazy_static implicit feature

Enables lazy_static

lazy_static:

A macro for declaring lazily evaluated statics in Rust

base64 ctf?

Enables base64 ^0.21.2

chrono date?
clipboard clip?
clipboard-win win clip?
core-foundation mac keyboard?
core-graphics mac keyboard?
crossterm keyboard?
hex ctf?
icns images?
ico images?
mouse-rs mouse?
percent-encoding ctf?
rand ctf?
reqwest ctf?

Enables reqwest ^0.11.22

scraper ctf?

Enables scraper ^0.17.1

screenshots screenshot?
umya-spreadsheet xlsx?
unicode-segmentation ctf?
x11-clipboard mac clip?

Enables x11-clipboard ^0.8.1

xdotool keyboard?
xml-rs docx?
cocoa mac clip? process?

Enables cocoa ^0.24.0

image images? screenshot?

Enables image ^0.24.7

libc linux keyboard? mouse?
objc mac clip? process?
regex ctf? date?
serde_json ctf? json?
winapi win keyboard? process?
zip docx? xlsx?

Enables zip ^0.6.5