Cargo Features
[dependencies]
bytecon = { version = "0.3.5", default-features = false, features = ["base", "burn", "burn_dtype", "tokio", "bincode", "rand", "rustls", "bevy", "glam"] }
- default = base
-
The
base
feature is set by default wheneverbytecon
is added without
somewhere in the dependency tree.default-features = false - base default
-
Affects
bytecon::base
… - burn
-
Enables burn ^0.14
Affects
bytecon::burn
… - burn_dtype
-
Enables burn ^0.14
Affects
bytecon::burn_dtype
… - tokio
-
Enables tokio and tokio-rustls ^0.23
Affects
bytecon::tokio
… - bincode
-
Affects
bytecon::bincode
… - rand
-
Enables rand ^0.8 and rand_chacha ^0.3
Affects
bytecon::rand
… - rustls
-
Enables rustls ^0.21
Affects
bytecon::rustls
… - bevy = glam
-
Enables bevy
Affects
bytecon::bevy
… - glam bevy?
-
Enables glam ^0.29
Affects
bytecon::glam
…