solana-security-txt 1.1.1

security-txt is a macro that helps security researchers contact you about vulnerabilities in your smart contract
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "solana-security-txt"
version = "1.1.1"
edition = "2021"
description = "security-txt is a macro that helps security researchers contact you about vulnerabilities in your smart contract"
readme = "README.md"
repository = "https://github.com/neodyme-labs/solana-security-txt"
license = "MIT OR Apache-2.0"

[features]
# when no features are enabled, this crate has no dependencies. The parser requires two, but won't be used on-chain.
parser = ["thiserror", "twoway"]

[dependencies]
thiserror = { version = "=1.0.30", optional = true }
twoway = { version = "=0.2.2", optional = true }