sequoia-sq 1.3.2

Command-line frontends for Sequoia
1
2
3
4
5
6
7
8
ignore-interior-mutability = [
    # interior mutability is only used for cached properties
    # which are not considered by PartialEq and Hash impls
    "sequoia_openpgp::packet::Key",
    "sequoia_openpgp::packet::Signature",
    "sequoia_openpgp::packet::UserID",
]