Cargo Features
[dependencies]
sphinx-auther = { version = "0.1.12", default-features = false, features = ["no-std", "secp-lowmemory", "secp-recovery", "rand"] }
- default = no-std, secp-lowmemory, secp-recovery
-
These default features are set whenever
sphinx-auther
is added without
somewhere in the dependency tree.default-features = false - no-std default
-
Enables alloc of secp256k1 ^0.24.0
secp256k1:
allow use of Secp256k1::new and related API that requires an allocator
- secp-lowmemory default
-
Enables secp256k1 ^0.24.0
- secp-recovery default
-
Enables recovery of secp256k1 ^0.24.0
- rand
-
Enables secp256k1 ^0.24.0
sphinx-auther has 5 features without comments.