apple-codesign 0.24.0

Pure Rust interface to code signing on Apple platforms
Documentation
```
$ rcodesign help smartcard-generate-key
Generate a new private key on a smartcard

Usage: rcodesign[EXE] smartcard-generate-key [OPTIONS] --smartcard-slot <SMARTCARD_SLOT>

Options:
      --smartcard-slot <SMARTCARD_SLOT>
          Smartcard slot number to store key in (9c is common)
  -v, --verbose...
          Increase logging verbosity. Can be specified multiple times
      --touch-policy <TOUCH_POLICY>
          Smartcard touch policy to protect key access [default: default] [possible values: default, always, never, cached]
      --pin-policy <PIN_POLICY>
          Smartcard pin prompt policy to protect key access [default: default] [possible values: default, never, once, always]
  -h, --help
          Print help

```