Cargo Features
Goldrust has no features set by default.
[dependencies]
goldrust = { version = "0.1.10", features = ["image", "num-bigint", "openssl", "openssl-sys"] }
- image
-
Enables image
Features from optional dependencies
- num-bigint cfg(any()) implicit feature
-
Enables num-bigint
num-bigint:
Big integer implementation for Rust
- openssl cfg(any()) implicit feature
-
Enables openssl
openssl:
OpenSSL bindings
- openssl-sys cfg(any()) implicit feature
-
Enables openssl-sys
openssl-sys:
FFI bindings to OpenSSL