Cargo Features
GameShell has no features set by default.
[dependencies]
gameshell = { version = "0.4.1", features = ["with-quickcheck", "with-tokio"] }
- with-quickcheck = quickcheck, quickcheck_macros, rand
- with-tokio = slog, 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.
- quickcheck with-quickcheck?
-
Enables quickcheck ^0.9.2
- quickcheck_macros with-quickcheck?
-
Enables quickcheck_macros ^0.9.1
- rand with-quickcheck?
-
Enables rand ^0.7.3
- slog with-tokio?
- tokio with-tokio?
-
Enables tokio ^0.2.11