Cargo Features
patched_porobot has no features set by default.
[dependencies]
patched_porobot = { version = "1.0.1", features = ["jpg", "exec", "search", "telegram", "discord", "test"] }
- jpg telegram? = base64, hex, hmac, sha2
- exec discord? telegram? = pretty_env_logger
- search discord? telegram? = tantivy
-
Affects
patched_porobot::search
… - telegram = exec, jpg, md5, rand, search, teloxide, tokio
-
Affects
patched_porobot::telegram
…Required by the patched_porobot_telegram binary
- discord = anyhow, exec, search, serenity, tokio
-
Affects
patched_porobot::discord
…Required by the patched_porobot_discord binary
- test = tokio
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.
- hex jpg?
-
Enables hex
jpg
- base64 jpg?
-
Enables base64 ^0.21.0
- hmac jpg?
- sha2 jpg?
- pretty_env_logger exec?
-
Enables pretty_env_logger ^0.4.0
exec
- tantivy search?
-
Enables tantivy ^0.19.1
search
- teloxide telegram?
-
Enables teloxide ^0.12.0
telegram
- tokio discord? telegram? test?
- md5 telegram?
- rand telegram?
- serenity discord?
-
Enables serenity ^0.11.5
discord
- anyhow discord?