Docs.rs
jacs-0.10.0
jacs 0.10.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Hendler
Dependencies
aes-gcm ^0.10.3
normal
base64 ^0.22.1
normal
chrono ^0.4.40
normal
difference ^2.0.0
normal
dirs ^5.0
normal
encoding_rs ^0.8.35
normal
env_logger ^0.11.8
normal
flate2 ^1.1.1
normal
futures-executor ^0.3.31
normal
futures-util ^0.3.31
normal
getset ^0.1.5
normal
hex ^0.4
normal
hickory-resolver ^0.24
normal
hkdf ^0.12
normal
jacs-media ^0.10.0
normal
jsonschema ^0.29
normal
lazy_static ^1.5
normal
log ^0.4.27
normal
mail-parser ^0.11
normal
mime_guess ^2.0.5
normal
moka ^0.12
normal
opentelemetry ^0.30.0
normal
optional
opentelemetry-appender-tracing ^0.30.1
normal
optional
opentelemetry-otlp ^0.30.0
normal
optional
opentelemetry_sdk ^0.30.0
normal
optional
pbkdf2 ^0.12
normal
pem ^3.0.5
normal
phf ^0.11.3
normal
rand ^0.9.0
normal
referencing ^0.33.0
normal
regex ^1.11.1
normal
rpassword ^7.3.1
normal
rsa ^0.9.8
normal
secrecy ^0.10.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_json_canonicalizer ^0.3.2
normal
serde_yaml_ng ^0.10
normal
sha2 ^0.10.8
normal
signature ^2.2.0
normal
strum ^0.27.1
normal
strum_macros ^0.27.0
normal
tempfile ^3
normal
thiserror ^2
normal
tokio ^1.0
normal
optional
tracing ^0.1
normal
tracing-appender ^0.2
normal
tracing-opentelemetry ^0.31
normal
optional
tracing-subscriber ^0.3
normal
unicode-normalization ^0.1
normal
url ^2.5.4
normal
uuid ^1.16.0
normal
validator ^0.20.0
normal
zeroize ^1.8
normal
assert_cmd ^2.0
dev
color-eyre ^0.6
dev
criterion ^0.6.0
dev
futures ^0.3
dev
image ^0.25
dev
mdbook ^0.4.48
dev
predicates ^3.1
dev
proptest ^1.6
dev
reqwest ^0.13.2
dev
serial_test ^3.2.0
dev
tempfile ^3.19.1
dev
testcontainers ^0.27
dev
testcontainers-modules ^0.15
dev
tokio ^1.0
dev
keyring ^3.6
normal
optional
fips203 ^0.4.3
normal
fips204 ^0.4.6
normal
object_store ^0.12.0
normal
reqwest ^0.13.2
normal
ring ^0.17.9
normal
rusqlite ^0.32.1
normal
optional
sqlx ^0.8.6
normal
optional
walkdir ^2.5.0
normal
wasm-bindgen ^0.2.100
normal
web-sys ^0.3
normal
keyring ^3.6
normal
optional
keyring ^3.6
normal
optional
libc ^0.2
normal
Versions
66.88%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
SecretPrivateKey
jacs
0.10.0
Secret
Private
Key
Aliased Type
In jacs::
agent
jacs
::
agent
Type Alias
Secret
Private
Key
Copy item path
Source
pub type SecretPrivateKey =
SecretBox
<
Vec
<
u8
>>;
Aliased Type
ยง
pub struct SecretPrivateKey {
/* private fields */
}