From 471395f81dc44483db13b580609ef7271bd53700 Mon Sep 17 00:00:00 2001 From: caisin Date: Fri, 13 Jan 2023 16:41:29 +0800 Subject: [PATCH] Adding crate `rsa#0.7.2` --- 3/r/rsa | 1 + config.json | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 3/r/rsa create mode 100644 config.json diff --git a/3/r/rsa b/3/r/rsa new file mode 100644 index 0000000..3ecac8e --- /dev/null +++ b/3/r/rsa @@ -0,0 +1 @@ +{"name":"rsa","vers":"0.7.2","deps":[{"name":"byteorder","req":">=1.3.1, <2.0.0","features":[],"optional":false,"default_features":false,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"digest","req":">=0.10.5, <0.11.0","features":["alloc","oid"],"optional":false,"default_features":false,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"num-bigint","req":">=0.8.2, <0.9.0","features":["i128","u64_digit","prime","zeroize"],"optional":false,"default_features":false,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index","package":"num-bigint-dig"},{"name":"num-integer","req":">=0.1.39, <0.2.0","features":[],"optional":false,"default_features":false,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"num-iter","req":">=0.1.37, <0.2.0","features":[],"optional":false,"default_features":false,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"num-traits","req":">=0.2.9, <0.3.0","features":["libm"],"optional":false,"default_features":false,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"pkcs1","req":">=0.4.0, <0.5.0","features":["pkcs8","alloc"],"optional":false,"default_features":false,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"pkcs8","req":">=0.9.0, <0.10.0","features":["alloc"],"optional":false,"default_features":false,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"rand_core","req":">=0.6.0, <0.7.0","features":[],"optional":false,"default_features":false,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"serde_crate","req":">=1.0.103, <2.0.0","features":["derive"],"optional":true,"default_features":false,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index","package":"serde"},{"name":"signature","req":">=1.6.4, <2.0.0","features":["digest-preview","rand-preview"],"optional":false,"default_features":false,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"subtle","req":">=2.1.1, <3.0.0","features":[],"optional":false,"default_features":false,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"zeroize","req":">=1.0.0, <2.0.0","features":["alloc"],"optional":false,"default_features":true,"kind":"normal","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"base64ct","req":">=1.0.0, <2.0.0","features":["alloc"],"optional":false,"default_features":true,"kind":"dev","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"hex-literal","req":">=0.3.3, <0.4.0","features":[],"optional":false,"default_features":true,"kind":"dev","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"rand","req":">=0.8.0, <0.9.0","features":[],"optional":false,"default_features":true,"kind":"dev","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"rand_chacha","req":">=0.3.0, <0.4.0","features":[],"optional":false,"default_features":true,"kind":"dev","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"rand_core","req":">=0.6.0, <0.7.0","features":[],"optional":false,"default_features":false,"kind":"dev","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"rand_xorshift","req":">=0.3.0, <0.4.0","features":[],"optional":false,"default_features":true,"kind":"dev","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"serde_test","req":">=1.0.89, <2.0.0","features":[],"optional":false,"default_features":true,"kind":"dev","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"sha1","req":">=0.10.5, <0.11.0","features":["oid"],"optional":false,"default_features":false,"kind":"dev","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"sha2","req":">=0.10.6, <0.11.0","features":["oid"],"optional":false,"default_features":false,"kind":"dev","registry":"https://github.com/rust-lang/crates.io-index"},{"name":"sha3","req":">=0.10.5, <0.11.0","features":["oid"],"optional":false,"default_features":false,"kind":"dev","registry":"https://github.com/rust-lang/crates.io-index"}],"cksum":"fb2660ea9a8b86a2871e22b83d2ddbe652344b2cb3b76744e54a6ae1cf80dca3","features":{"pem":["pkcs1/pem","pkcs8/pem"],"getrandom":["rand_core/getrandom"],"pkcs5":["pkcs8/encryption"],"default":["std","pem"],"hazmat":["signature/hazmat-preview"],"std":["digest/std","pkcs1/std","pkcs8/std","rand_core/std","signature/std"],"expose-internals":[],"nightly":["num-bigint/nightly"],"serde":["num-bigint/serde","serde_crate"]},"yanked":false} diff --git a/config.json b/config.json new file mode 100644 index 0000000..bc4b89f --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "dl": "http://crates.caisin.tech/api/v1/crates/{crate}/{version}/download", + "api": "http://crates.caisin.tech", + "allowed-registries": ["https://github.com/rust-lang/crates.io-index"] +}