diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2025-06-16 14:36:40 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2025-06-16 14:36:40 +0000 |
| commit | bd88ce87928d31d0e569e82eaf760c32aa88dd38 (patch) | |
| tree | da2741385b3a7dd55be059fe0d7749229e1562f3 /Cargo.toml | |
| parent | c97f558c45b4f40b352cb6a0edf3aa9f4b0474f2 (diff) | |
Remove feature
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -5,9 +5,5 @@ version = "0.1.0" edition = "2024" [dependencies] -hex = { version = "0.4.3", optional = true } -sha2 = { version = "0.10.9", optional = true } - -[features] -default = [] -sha256 = ["sha2", "hex"] +hex = { version = "0.4.3" } +sha2 = { version = "0.10.9" } |
