We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90e506 commit 5cb9f4bCopy full SHA for 5cb9f4b
1 file changed
crates/jcode-notify-email/Cargo.toml
@@ -7,6 +7,11 @@ edition = "2024"
7
name = "jcode_notify_email"
8
path = "src/lib.rs"
9
10
+[package.metadata.cargo-machete]
11
+# This dependency only activates native-tls's vendored feature for portable
12
+# Linux release builds, so it intentionally has no direct Rust references.
13
+ignored = ["native-tls"]
14
+
15
[features]
16
# The CentOS 7 compatibility image only provides OpenSSL 1.0.2, which current
17
# openssl-sys no longer supports. Release builds opt into a current vendored
0 commit comments