Cargo Features
pnwkit has no features set by default.
[dependencies]
pnwkit = { version = "3.0.0-alpha.15", features = ["async", "sync", "subscriptions", "uuid", "bigdecimal", "time", "chrono"] }
- async
-
Enables tokio, async of pnwkit-core
- sync
-
Enables sync of pnwkit-core, blocking of reqwest ^0.11
- subscriptions
-
Enables futures-util, tokio and tokio-tungstenite ^0.17, subscriptions of pnwkit-core
Affects
config::Config.socket_url
,config::Config.subscribe_url
,config::Config.subscription_auth_url
… - uuid
-
Enables uuid of pnwkit-core
- bigdecimal
-
Enables bigdecimal of pnwkit-core
- time
-
Enables time of pnwkit-core
- chrono
-
Enables chrono of pnwkit-core