Cargo Features
ByteCon has no features set by default.
[dependencies]
bytecon = { version = "0.1.13", features = ["burn", "burn_dtype", "tokio", "bincode", "rand"] }
- burn
-
Enables burn ^0.14
Affects
bytecon::burn
… - burn_dtype
-
Enables burn ^0.14
Affects
bytecon::burn_dtype
… - tokio
-
Enables rustls ^0.21, tokio, and tokio-rustls ^0.23
Affects
bytecon::tokio
… - bincode
-
Affects
bytecon::bincode
… - rand
-
Enables rand and rand_chacha
Affects
bytecon::rand
…