Skip to content

Commit 5cb9f4b

Browse files
committed
chore(deps): mark feature-only TLS dependency
1 parent a90e506 commit 5cb9f4b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

crates/jcode-notify-email/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ edition = "2024"
77
name = "jcode_notify_email"
88
path = "src/lib.rs"
99

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+
1015
[features]
1116
# The CentOS 7 compatibility image only provides OpenSSL 1.0.2, which current
1217
# openssl-sys no longer supports. Release builds opt into a current vendored

0 commit comments

Comments
 (0)