Features from optional dependencies
- backtrace implicit feature
-
Enables backtrace
backtrace:
A library to acquire a stack trace (backtrace) at runtime in a Rust program
- futures implicit feature
-
Enables futures ^0.1.25
Affects
libremexre::futures
,libremexre::warp
… - log implicit feature
-
Enables log
log:
A lightweight logging facade for Rust
Affects
errors::log_err
… - packer implicit feature
-
Enables packer ^0.3.1
packer:
Pack static files into your binary at compile time
- pretty_env_logger implicit feature
-
Enables pretty_env_logger ^0.3.0
pretty_env_logger:
a visually pretty env_logger
- tokio implicit feature
-
Enables tokio ^0.1.15
tokio:
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications
Affects
futures::blocking
… - tokio-threadpool implicit feature
-
Enables tokio-threadpool
tokio-threadpool:
A task scheduler backed by a work-stealing thread pool
Affects
futures::blocking
… - warp implicit feature
-
Enables warp ^0.1.12
warp:
serve the web at warp speeds
Affects
libremexre::warp
…