sequoia-sq/tests
Justus Winter 7de29e7351
Make the dot-writer dependency optional.
- The dot-writer crate is unmaintained, and prevents upgrading sq in
    Fedora.  As a short-term workaround, we make this dependency
    optional so that it can be easily patched out by packagers.  The
    same has been done for the sq-wot tool.

    - https://gitlab.com/sequoia-pgp/sequoia-wot/-/issues/51
    - https://gitlab.com/sequoia-pgp/sequoia-wot/-/issues/47

  - If the situation improves, either because the crate is maintained
    again, or we port to a different crate, we can easily undo this
    change.

  - Also, remove all the examples that use the dot output format.  Not
    only is it awkward to make these examples optional, the existing
    examples are also very repetetive, as they duplicate an existing
    example, and only change the output format.

  - Fixes #146.
2023-11-24 15:29:05 +01:00
..
data Rename sq keyring linter to sq keyring lint 2023-07-03 14:23:17 +02:00
common.rs Rename foo/mod.rs to foo.rs. 2023-10-23 16:05:58 +02:00
sq-certify.rs Rename --export option of sq key generate to the generic --output 2023-06-17 15:51:25 +02:00
sq-decrypt.rs Add support for a persistant certificate store 2023-03-16 13:46:50 +01:00
sq-encrypt.rs Rename --export option of sq key generate to the generic --output 2023-06-17 15:51:25 +02:00
sq-export.rs Rename --export option of sq key generate to the generic --output 2023-06-17 15:51:25 +02:00
sq-import.rs Rename --export option of sq key generate to the generic --output 2023-06-17 15:51:25 +02:00
sq-key-adopt.rs Add support for a persistant certificate store 2023-03-16 13:46:50 +01:00
sq-key-generate.rs Rename --export option of sq key generate to the generic --output 2023-06-17 15:51:25 +02:00
sq-key-revoke.rs Consolidate sq revoke commands as sq key subcommands 2023-07-03 16:04:51 +02:00
sq-key-subkey.rs Consolidate sq revoke commands as sq key subcommands 2023-07-03 16:04:51 +02:00
sq-key-userid.rs Consolidate sq revoke commands as sq key subcommands 2023-07-03 16:04:51 +02:00
sq-keyring-lint.rs Rename sq keyring linter to sq keyring lint 2023-07-03 14:23:17 +02:00
sq-link.rs Rename --export option of sq key generate to the generic --output 2023-06-17 15:51:25 +02:00
sq-packet-decrypt.rs Add support for a persistant certificate store 2023-03-16 13:46:50 +01:00
sq-packet-dump.rs Add support for a persistant certificate store 2023-03-16 13:46:50 +01:00
sq-sign.rs Disable notarizing of messages. 2023-11-24 15:29:05 +01:00
sq-subplot.rs Move subplot tests to a feature so subplot doesn't affect most builds 2023-04-19 10:54:05 +02:00
sq-wot.rs Make the dot-writer dependency optional. 2023-11-24 15:29:05 +01:00