Cargo Features
SimpleShortener has no features set by default.
[dependencies]
simpleshortener = { version = "0.2.1", features = ["tls"] }
- tls = axum-server
-
Enables tls-rustls of axum-server ^0.3
Affects
structs::TlsConfig
,structs::Config.tls
,utils::get_port_tls
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- axum-server tls?
-
Enables axum-server ^0.3