Skip to content

Commit

Permalink
Add new rust crates (#4462)
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenRBS authored and mattgodbolt committed Jan 24, 2023
1 parent f5959a5 commit 82724ba
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions etc/config/rust.amazon.properties
Expand Up @@ -181,8 +181,9 @@ group.mrustc.supportsBinary=false

#################################
#################################
# Installed libs (See c++.amazon.properties for a scheme of libs group)
libs=aho-corasick:ansi_term:anyhow:arrayvec:atty:autocfg:backtrace:base64:bitflags:block-buffer:byteorder:bytes:cc:cfg-if:chrono:clap:contracts:crossbeam-channel:crossbeam-deque:crossbeam-epoch:crossbeam-utils:digest:either:env_logger:fnv:futures:futures-channel:futures-core:futures-task:futures-util:generic-array:getrandom:h2:hashbrown:heck:http:httparse:hyper:idna:indexmap:itertools:itoa:lazy_static:libc:lock_api:log:matches:memchr:memoffset:miniz_oxide:mio:ndarray:num:num-integer:num-traits:num_cpus:num_traits:once_cell:opaque-debug:parking_lot:parking_lot_core:percent-encoding:pin-project-lite:pkg-config:ppv-lite86:proc-macro-hack:proc-macro2:quote:rand:rand_chacha:rand_core:regex:regex-syntax:rustc_version:ryu:scopeguard:semver:semver-parser:serde:serde_derive:serde_json:slab:smallvec:socket2:strsim:syn:termcolor:textwrap:thiserror:thiserror-impl:thread_local:time:tokio:toml:typenum:unicode-bidi:unicode-normalization:unicode-segmentation:unicode-width:unicode-xid:url:vec_map:version_check:wide:winapi
# Installed libs, generated from ce_install generate-rust-crates
# Don't modify directly
libs=aho-corasick:ansi_term:anyhow:arrayvec:atty:autocfg:backtrace:base64:bitflags:block-buffer:byteorder:bytes:cc:cfg-if:chrono:clap:color-eyre:contracts:crossbeam-channel:crossbeam-deque:crossbeam-epoch:crossbeam-utils:digest:either:env_logger:fnv:futures:futures-channel:futures-core:futures-task:futures-util:generic-array:getrandom:h2:hashbrown:heck:http:httparse:hyper:idna:indexmap:itertools:itoa:lazy_static:libc:lock_api:log:matches:memchr:memoffset:miniz_oxide:mio:ndarray:num:num-integer:num-traits:num_cpus:num_traits:once_cell:opaque-debug:parking_lot:parking_lot_core:percent-encoding:pin-project-lite:pkg-config:ppv-lite86:proc-macro-hack:proc-macro2:quote:rand:rand_chacha:rand_core:rayon:regex:regex-syntax:rustc_version:ryu:scopeguard:semver:semver-parser:serde:serde_derive:serde_json:slab:smallvec:socket2:strsim:subtle:syn:termcolor:textwrap:thiserror:thiserror-impl:thread_local:time:tokio:toml:typenum:unicode-bidi:unicode-normalization:unicode-segmentation:unicode-width:unicode-xid:url:vec_map:version_check:wide:winapi

libs.aho-corasick.name=aho-corasick
libs.aho-corasick.url=https://crates.io/crates/aho-corasick
Expand Down Expand Up @@ -280,6 +281,12 @@ libs.clap.versions=3118
libs.clap.versions.3118.version=3.1.18
libs.clap.versions.3118.path=libclap.rlib

libs.color-eyre.name=color-eyre
libs.color-eyre.url=https://crates.io/crates/color-eyre
libs.color-eyre.versions=062
libs.color-eyre.versions.062.version=0.6.2
libs.color-eyre.versions.062.path=libcolor_eyre.rlib

libs.contracts.name=contracts
libs.contracts.url=https://crates.io/crates/contracts
libs.contracts.versions=063
Expand Down Expand Up @@ -610,6 +617,12 @@ libs.rand_core.versions=063
libs.rand_core.versions.063.version=0.6.3
libs.rand_core.versions.063.path=librand_core.rlib

libs.rayon.name=rayon
libs.rayon.url=https://crates.io/crates/rayon
libs.rayon.versions=161
libs.rayon.versions.161.version=1.6.1
libs.rayon.versions.161.path=librayon.rlib

libs.regex.name=regex
libs.regex.url=https://crates.io/crates/regex
libs.regex.versions=156
Expand Down Expand Up @@ -694,6 +707,12 @@ libs.strsim.versions=0100
libs.strsim.versions.0100.version=0.10.0
libs.strsim.versions.0100.path=libstrsim.rlib

libs.subtle.name=subtle
libs.subtle.url=https://crates.io/crates/subtle
libs.subtle.versions=241
libs.subtle.versions.241.version=2.4.1
libs.subtle.versions.241.path=libsubtle.rlib

libs.syn.name=syn
libs.syn.url=https://crates.io/crates/syn
libs.syn.versions=1096
Expand Down

0 comments on commit 82724ba

Please sign in to comment.