1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/www/rustypaste-cli/Makefile.crates
Jesús Daniel Colmenares Oviedo 7c7726c137
www/rustypaste-cli: Update to 0.8.0
ChangeLog: https://github.com/orhun/rustypaste-cli/blob/v0.8.0/CHANGELOG.md

* Added:
  - Add option to delete file(s) from server.
* Changed:
  - Use IsTerminal from stdlib.
  - Disable Rust beta builds.
  - Upgrade dependencies.

PR:		274120
2023-09-28 13:27:32 +08:00

121 lines
2.7 KiB
Makefile

CARGO_CRATES= adler-1.0.2 \
base64-0.21.2 \
bitflags-1.3.2 \
bitflags-2.4.0 \
bumpalo-3.13.0 \
cc-1.0.82 \
cfg-if-1.0.0 \
colored-2.0.4 \
console-0.15.7 \
core-foundation-0.9.3 \
core-foundation-sys-0.8.4 \
crc32fast-1.3.2 \
dirs-next-2.0.0 \
dirs-sys-next-0.1.2 \
encode_unicode-0.3.6 \
equivalent-1.0.1 \
errno-0.3.2 \
errno-dragonfly-0.1.2 \
fastrand-2.0.0 \
flate2-1.0.26 \
form_urlencoded-1.2.0 \
getopts-0.2.21 \
getrandom-0.2.10 \
hashbrown-0.14.0 \
hermit-abi-0.3.2 \
idna-0.4.0 \
indexmap-2.0.0 \
indicatif-0.17.6 \
instant-0.1.12 \
is-terminal-0.4.9 \
itoa-1.0.9 \
js-sys-0.3.64 \
lazy_static-1.4.0 \
libc-0.2.147 \
linux-raw-sys-0.4.5 \
log-0.4.20 \
memchr-2.5.0 \
mime-0.3.17 \
mime_guess-2.0.4 \
miniz_oxide-0.7.1 \
multipart-0.18.0 \
number_prefix-0.4.0 \
once_cell-1.18.0 \
openssl-probe-0.1.5 \
percent-encoding-2.3.0 \
portable-atomic-1.4.2 \
ppv-lite86-0.2.17 \
proc-macro2-1.0.66 \
quote-1.0.32 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.4 \
redox_syscall-0.2.16 \
redox_syscall-0.3.5 \
redox_users-0.4.3 \
ring-0.16.20 \
rustix-0.38.8 \
rustls-0.21.6 \
rustls-native-certs-0.6.3 \
rustls-pemfile-1.0.3 \
rustls-webpki-0.100.1 \
rustls-webpki-0.101.3 \
ryu-1.0.15 \
schannel-0.1.22 \
sct-0.7.0 \
security-framework-2.9.2 \
security-framework-sys-2.9.1 \
serde-1.0.188 \
serde_derive-1.0.188 \
serde_json-1.0.104 \
serde_spanned-0.6.3 \
spin-0.5.2 \
syn-2.0.28 \
tempfile-3.7.1 \
thiserror-1.0.48 \
thiserror-impl-1.0.48 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.1 \
toml-0.7.6 \
toml_datetime-0.6.3 \
toml_edit-0.19.14 \
unicase-2.6.0 \
unicode-bidi-0.3.13 \
unicode-ident-1.0.11 \
unicode-normalization-0.1.22 \
unicode-width-0.1.10 \
untrusted-0.7.1 \
ureq-2.7.1 \
url-2.4.1 \
version_check-0.9.4 \
wasi-0.11.0+wasi-snapshot-preview1 \
wasm-bindgen-0.2.87 \
wasm-bindgen-backend-0.2.87 \
wasm-bindgen-macro-0.2.87 \
wasm-bindgen-macro-support-0.2.87 \
wasm-bindgen-shared-0.2.87 \
web-sys-0.3.64 \
webpki-roots-0.23.1 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.45.0 \
windows-sys-0.48.0 \
windows-targets-0.42.2 \
windows-targets-0.48.1 \
windows_aarch64_gnullvm-0.42.2 \
windows_aarch64_gnullvm-0.48.0 \
windows_aarch64_msvc-0.42.2 \
windows_aarch64_msvc-0.48.0 \
windows_i686_gnu-0.42.2 \
windows_i686_gnu-0.48.0 \
windows_i686_msvc-0.42.2 \
windows_i686_msvc-0.48.0 \
windows_x86_64_gnu-0.42.2 \
windows_x86_64_gnu-0.48.0 \
windows_x86_64_gnullvm-0.42.2 \
windows_x86_64_gnullvm-0.48.0 \
windows_x86_64_msvc-0.42.2 \
windows_x86_64_msvc-0.48.0 \
winnow-0.5.10