chore(rust/trezor-client): move contributor list to AUTHORS
What changed, and why it matters
This commit simply moves the list of contributors from two places (a package metadata file and the README) into a single dedicated AUTHORS file. It is a routine housekeeping change with no security relevance.
No action needed; this is a non-functional documentation/metadata cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch removes the authors array from rust/trezor-client/Cargo.toml and replaces the inline credits list in rust/trezor-client/README.md with a pointer to a new AUTHORS file. No code, dependencies, build configuration, or documentation of security behavior was changed.
Changed components
Inspect captured patch +6 / −13
### rust/trezor-client/AUTHORS
@@ -0,0 +1,5 @@
+Piyush Kumar <piyushkumar2k02@kgpian.iitkgp.ac.in>
+joshieDo <ranriver@protonmail.com>
+DaniPopes <57450786+DaniPopes@users.noreply.github.com>
+Roman Zeyde <me@romanzey.de>
+Steven Roose <steven@stevenroose.org>
### rust/trezor-client/Cargo.toml
@@ -1,13 +1,6 @@
[package]
name = "trezor-client"
version = "0.1.6"
-authors = [
- "Piyush Kumar <piyushkumar2k02@kgpian.iitkgp.ac.in>",
- "joshieDo <ranriver@protonmail.com>",
- "DaniPopes <57450786+DaniPopes@users.noreply.github.com>",
- "Roman Zeyde <me@romanzey.de>",
- "Steven Roose <steven@stevenroose.org>",
-]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/trezor/trezor-firmware/tree/master/rust/trezor-client"
repository = "https://github.com/trezor/trezor-firmware"
### rust/trezor-client/README.md
@@ -26,12 +26,7 @@ Last tested with firmware v2.4.2.
## Credits
-- [Trezor](https://github.com/trezor/trezor-firmware)
-- [joshieDo](https://github.com/joshieDo)
-- [Piyush Kumar](https://github.com/wszdexdrf)
-- [stevenroose](https://github.com/stevenroose)
-- [romanz](https://github.com/romanz)
-- [DaniPopes](https://github.com/DaniPopes)
+See the `AUTHORS` file.
[downloads-badge]: https://img.shields.io/crates/d/trezor-client?style=for-the-badge&logo=rust
[crates-io]: https://crates.io/crates/trezor-clientWhy this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.