Skip to content

Commit

Permalink
Updates based on Maurice's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
crandmck committed Feb 13, 2025
1 parent 1199b33 commit b84b879
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ The Rust library crate provides the following capabilities:
* `file_io` enables manifest generation, signing via OpenSSL, and embedding manifests in [supported file formats](supported-formats.md).
* `json_schema` is used by `make schema` to produce a JSON schema document that represents the `ManifestStore` data structures.
* `no_interleaved_io` forces fully-synchronous I/O; otherwise, the library uses threaded I/O for some operations to improve performance.
* `openssl` - ??
* `openssl_sign` - ??
* `serialize_thumbnails` includes binary thumbnail data in the [Serde](https://serde.rs/) serialization output.
* `v1_api` - Use the old API (which will soon be deprecated) instead of the [new API](release-notes.md#new-api).
* `pdf` - ??
* `pdf` - Enable support for reading claims on PDF files.

### New API

Expand Down

0 comments on commit b84b879

Please sign in to comment.