diff options
Diffstat (limited to 'www/py-nh3/Makefile.crates')
-rw-r--r-- | www/py-nh3/Makefile.crates | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/py-nh3/Makefile.crates b/www/py-nh3/Makefile.crates index e4dfe02d0e16..0791ff9e1731 100644 --- a/www/py-nh3/Makefile.crates +++ b/www/py-nh3/Makefile.crates @@ -1,4 +1,5 @@ -CARGO_CRATES= ammonia-4.1.1 \ +CARGO_CRATES= aliasable-0.1.3 \ + ammonia-4.1.1 \ autocfg-1.5.0 \ bitflags-2.9.1 \ cc-1.2.29 \ @@ -10,6 +11,7 @@ CARGO_CRATES= ammonia-4.1.1 \ dtoa-short-0.3.5 \ form_urlencoded-1.2.1 \ futf-0.1.5 \ + heck-0.4.1 \ heck-0.5.0 \ html5ever-0.35.0 \ icu_collections-2.0.0 \ @@ -34,6 +36,8 @@ CARGO_CRATES= ammonia-4.1.1 \ memoffset-0.9.1 \ new_debug_unreachable-1.0.6 \ once_cell-1.21.3 \ + ouroboros-0.18.5 \ + ouroboros_macro-0.18.5 \ parking_lot-0.12.4 \ parking_lot_core-0.9.11 \ percent-encoding-2.3.1 \ @@ -46,6 +50,7 @@ CARGO_CRATES= ammonia-4.1.1 \ potential_utf-0.1.2 \ precomputed-hash-0.1.1 \ proc-macro2-1.0.95 \ + proc-macro2-diagnostics-0.10.1 \ pyo3-0.25.1 \ pyo3-build-config-0.25.1 \ pyo3-ffi-0.25.1 \ @@ -63,6 +68,7 @@ CARGO_CRATES= ammonia-4.1.1 \ siphasher-1.0.1 \ smallvec-1.15.1 \ stable_deref_trait-1.2.0 \ + static_assertions-1.1.0 \ string_cache-0.8.9 \ string_cache_codegen-0.5.4 \ syn-2.0.104 \ @@ -75,6 +81,7 @@ CARGO_CRATES= ammonia-4.1.1 \ url-2.5.4 \ utf-8-0.7.6 \ utf8_iter-1.0.4 \ + version_check-0.9.5 \ web_atoms-0.1.3 \ windows-targets-0.52.6 \ windows_aarch64_gnullvm-0.52.6 \ @@ -86,6 +93,7 @@ CARGO_CRATES= ammonia-4.1.1 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.52.6 \ writeable-0.6.1 \ + yansi-1.0.1 \ yoke-0.8.0 \ yoke-derive-0.8.0 \ zerofrom-0.1.6 \ |