Skip to content

Commit 596908d

Browse files
committed
Document third-party dependency licenses
1 parent 922c94b commit 596908d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

THIRD_PARTY_LICENSES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Third-party licenses
2+
3+
This document summarizes known third-party Rust dependencies used by the `agy7rust` crate.
4+
5+
| Dependency | Declared license | Notes |
6+
|---|---|---|
7+
| anyhow | MIT OR Apache-2.0 | Rust error handling |
8+
| clap | MIT OR Apache-2.0 | CLI argument parsing |
9+
| serde | MIT OR Apache-2.0 | Serialization framework |
10+
| serde_json | MIT OR Apache-2.0 | JSON serialization |
11+
| sha2 | MIT OR Apache-2.0 | SHA-2 hashing |
12+
| hex | MIT OR Apache-2.0 | Hex encoding |
13+
14+
Dependency licenses should be verified from `Cargo.lock` and upstream package metadata before a formal release.
15+
16+
The Rust crate metadata currently declares `license = "MIT"` in `agy7rust/Cargo.toml`.

0 commit comments

Comments
 (0)