We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922c94b commit 596908dCopy full SHA for 596908d
1 file changed
THIRD_PARTY_LICENSES.md
@@ -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