From fd0751d34899c560f289dbe6ce1f805135338c9d Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 17 Nov 2024 11:20:44 +0800 Subject: [PATCH] feat: use crates.io --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe1b90a..e7c1f6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,8 @@ repository = "https://git.hatter.ink/hatter/tiny-encrypt-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["decrypt", "macos", "smartcard", "secure-enclave"] +default = ["decrypt", "macos", "smartcard"] +all-features = ["decrypt", "macos", "smartcard", "secure-enclave"] decrypt = ["smartcard"] smartcard = ["openpgp-card", "openpgp-card-pcsc", "yubikey"] macos = ["security-framework"]