Cargo Features
Nintypes has no features set by default.
[dependencies]
nintypes = { version = "0.1.41", features = ["full", "bellscoin", "dogecoin", "pg", "utoipa", "utoipa-axum", "validator", "bigdecimal", "jwt"] }
- full = bellscoin, bigdecimal, dogecoin, jwt, pg, utoipa, utoipa-axum, validator
- bellscoin full?
-
Enables bellscoin ^0.30.7 and bitcoin_hashes ^0.12.0
bitcoin_hashes:
used 0.12 because of bellscoin types
- dogecoin full?
-
Enables bitcoin_hashes ^0.12.0 and nintondo-dogecoin
- pg full?
-
Enables tokio-postgres
Affects
common::pg
… - utoipa full? utoipa-axum?
-
Enables utoipa
Affects
common::utoipa
… - utoipa-axum full? = utoipa
-
Enables axum and utoipa-axum
- validator full?
-
Enables validator
- bigdecimal full?
-
Enables bigdecimal
- jwt full?
-
Enables jsonwebtoken and tower-cookies
jsonwebtoken:
JWT
Affects
common::jwt
…