Cargo Features

solana-security-txt has no features set by default.

[dependencies]
solana-security-txt = { version = "1.1.1", features = ["parser"] }
parser = thiserror, twoway

when no features are enabled, this crate has no dependencies. The parser requires two, but won't be used on-chain.

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.

thiserror parser?

Enables thiserror =1.0.30

twoway parser?