diff options
| author | jakka <jakka@jakka.su> | 2025-09-10 21:07:21 +0300 |
|---|---|---|
| committer | jakka <jakka@jakka.su> | 2025-09-10 21:07:21 +0300 |
| commit | d7cdf6cd80fb25deb4bbcb7af37e569c404bd0c0 (patch) | |
| tree | 4da7a2c35704c59b562164e6861e662aca290b07 /Cargo.lock | |
| parent | ab6f2caa83e05a2eaff40307f608975841ba6cfb (diff) | |
added repr macros for less boilerplate
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -102,6 +102,12 @@ dependencies = [ ] [[package]] +name = "heck" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" + +[[package]] name = "http" version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -123,6 +129,7 @@ name = "hydrus-api-rs" version = "0.1.0" dependencies = [ "musli", + "strum_macros", "thiserror", "ureq", "urlencoding", @@ -409,6 +416,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] +name = "strum_macros" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "subtle" version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -505,9 +524,9 @@ dependencies = [ [[package]] name = "unicode-ident" -version = "1.0.18" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" +checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" [[package]] name = "untrusted" |
