CDDL is a schema language for the CBOR serialization format. pycddl allows you to: - Validate CBOR documents match a particular CDDL schema, based on the Rust cddl library. - Optionally, decode CBOR documents. PR: 287129 Approved by: acm (mentor)
162 lines
3.7 KiB
Makefile
162 lines
3.7 KiB
Makefile
CARGO_CRATES= abnf-0.12.0 \
|
|
abnf-core-0.5.0 \
|
|
abnf_to_pest-0.5.1 \
|
|
aho-corasick-1.1.3 \
|
|
android-tzdata-0.1.1 \
|
|
android_system_properties-0.1.5 \
|
|
arrayvec-0.5.2 \
|
|
atty-0.2.14 \
|
|
autocfg-1.3.0 \
|
|
base16-0.2.1 \
|
|
base64-0.21.7 \
|
|
base64-url-2.0.2 \
|
|
bitflags-1.3.2 \
|
|
bitflags-2.6.0 \
|
|
block-buffer-0.10.4 \
|
|
bumpalo-3.16.0 \
|
|
cc-1.1.7 \
|
|
cddl-0.9.4 \
|
|
cfg-if-1.0.0 \
|
|
chrono-0.4.38 \
|
|
ciborium-0.2.2 \
|
|
ciborium-io-0.2.2 \
|
|
ciborium-ll-0.2.2 \
|
|
clap-3.2.25 \
|
|
clap_derive-3.2.25 \
|
|
clap_lex-0.2.4 \
|
|
codespan-reporting-0.11.1 \
|
|
console_error_panic_hook-0.1.7 \
|
|
core-foundation-sys-0.8.6 \
|
|
cpufeatures-0.2.12 \
|
|
crossterm-0.27.0 \
|
|
crossterm_winapi-0.9.1 \
|
|
crunchy-0.2.2 \
|
|
crypto-common-0.1.6 \
|
|
data-encoding-2.6.0 \
|
|
deranged-0.3.11 \
|
|
digest-0.10.7 \
|
|
displaydoc-0.2.5 \
|
|
either-1.13.0 \
|
|
fnv-1.0.7 \
|
|
generic-array-0.14.7 \
|
|
half-2.4.1 \
|
|
hashbrown-0.12.3 \
|
|
heck-0.4.1 \
|
|
heck-0.5.0 \
|
|
hermit-abi-0.1.19 \
|
|
hexf-parse-0.2.1 \
|
|
iana-time-zone-0.1.60 \
|
|
iana-time-zone-haiku-0.1.2 \
|
|
indexmap-1.9.3 \
|
|
indoc-2.0.5 \
|
|
itertools-0.10.5 \
|
|
itertools-0.11.0 \
|
|
itoa-1.0.11 \
|
|
js-sys-0.3.69 \
|
|
lazy_static-1.5.0 \
|
|
lexical-core-0.8.5 \
|
|
lexical-parse-float-0.8.5 \
|
|
lexical-parse-integer-0.8.6 \
|
|
lexical-util-0.8.5 \
|
|
lexical-write-float-0.8.5 \
|
|
lexical-write-integer-0.8.5 \
|
|
libc-0.2.155 \
|
|
lock_api-0.4.12 \
|
|
log-0.4.22 \
|
|
memchr-2.7.4 \
|
|
memoffset-0.9.1 \
|
|
minimal-lexical-0.2.1 \
|
|
mio-0.8.11 \
|
|
nom-7.1.3 \
|
|
num-conv-0.1.0 \
|
|
num-traits-0.2.19 \
|
|
num_threads-0.1.7 \
|
|
once_cell-1.19.0 \
|
|
os_str_bytes-6.6.1 \
|
|
parking_lot-0.12.3 \
|
|
parking_lot_core-0.9.10 \
|
|
pest-2.7.11 \
|
|
pest_meta-2.7.11 \
|
|
pest_vm-2.7.11 \
|
|
portable-atomic-1.7.0 \
|
|
powerfmt-0.2.0 \
|
|
pretty-0.11.3 \
|
|
proc-macro-error-1.0.4 \
|
|
proc-macro-error-attr-1.0.4 \
|
|
proc-macro2-1.0.86 \
|
|
pyo3-0.22.2 \
|
|
pyo3-build-config-0.22.2 \
|
|
pyo3-ffi-0.22.2 \
|
|
pyo3-macros-0.22.2 \
|
|
pyo3-macros-backend-0.22.2 \
|
|
quote-1.0.36 \
|
|
redox_syscall-0.5.3 \
|
|
regex-1.10.6 \
|
|
regex-automata-0.4.7 \
|
|
regex-syntax-0.7.5 \
|
|
regex-syntax-0.8.4 \
|
|
ryu-1.0.18 \
|
|
scopeguard-1.2.0 \
|
|
self_cell-1.0.4 \
|
|
serde-1.0.204 \
|
|
serde-wasm-bindgen-0.5.0 \
|
|
serde_derive-1.0.204 \
|
|
serde_json-1.0.122 \
|
|
sha2-0.10.8 \
|
|
signal-hook-0.3.17 \
|
|
signal-hook-mio-0.2.4 \
|
|
signal-hook-registry-1.4.2 \
|
|
simplelog-0.12.2 \
|
|
smallvec-1.13.2 \
|
|
static_assertions-1.1.0 \
|
|
strsim-0.10.0 \
|
|
syn-1.0.109 \
|
|
syn-2.0.72 \
|
|
target-lexicon-0.12.16 \
|
|
termcolor-1.4.1 \
|
|
textwrap-0.16.1 \
|
|
thiserror-1.0.63 \
|
|
thiserror-impl-1.0.63 \
|
|
time-0.3.36 \
|
|
time-core-0.1.2 \
|
|
time-macros-0.2.18 \
|
|
typed-arena-2.0.2 \
|
|
typenum-1.17.0 \
|
|
ucd-trie-0.1.6 \
|
|
unicode-ident-1.0.12 \
|
|
unicode-segmentation-1.11.0 \
|
|
unicode-width-0.1.13 \
|
|
unindent-0.2.3 \
|
|
uriparse-0.6.4 \
|
|
version_check-0.9.5 \
|
|
wasi-0.11.0+wasi-snapshot-preview1 \
|
|
wasm-bindgen-0.2.92 \
|
|
wasm-bindgen-backend-0.2.92 \
|
|
wasm-bindgen-macro-0.2.92 \
|
|
wasm-bindgen-macro-support-0.2.92 \
|
|
wasm-bindgen-shared-0.2.92 \
|
|
winapi-0.3.9 \
|
|
winapi-i686-pc-windows-gnu-0.4.0 \
|
|
winapi-util-0.1.9 \
|
|
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
|
windows-core-0.52.0 \
|
|
windows-sys-0.48.0 \
|
|
windows-sys-0.59.0 \
|
|
windows-targets-0.48.5 \
|
|
windows-targets-0.52.6 \
|
|
windows_aarch64_gnullvm-0.48.5 \
|
|
windows_aarch64_gnullvm-0.52.6 \
|
|
windows_aarch64_msvc-0.48.5 \
|
|
windows_aarch64_msvc-0.52.6 \
|
|
windows_i686_gnu-0.48.5 \
|
|
windows_i686_gnu-0.52.6 \
|
|
windows_i686_gnullvm-0.52.6 \
|
|
windows_i686_msvc-0.48.5 \
|
|
windows_i686_msvc-0.52.6 \
|
|
windows_x86_64_gnu-0.48.5 \
|
|
windows_x86_64_gnu-0.52.6 \
|
|
windows_x86_64_gnullvm-0.48.5 \
|
|
windows_x86_64_gnullvm-0.52.6 \
|
|
windows_x86_64_msvc-0.48.5 \
|
|
windows_x86_64_msvc-0.52.6
|