Lines Matching +full:rust +full:- +full:embedded
5 Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules
10 license = "Apache-2.0 OR MIT"
12 categories = ["cryptography", "data-structures", "encoding", "no-std", "parser-implementations"]
16 rust-version = "1.57"
19 const-oid = { version = "0.9", optional = true, path = "../const-oid" }
22 pem-rfc7468 = { version = "0.6", optional = true, path = "../pem-rfc7468" }
23 time = { version = "0.3.4", optional = true, default-features = false }
24 zeroize = { version = "1.5", optional = true, default-features = false, features = ["alloc"] }
26 [dev-dependencies]
27 hex-literal = "0.3.3"
33 oid = ["const-oid"]
34 pem = ["alloc", "pem-rfc7468/alloc", "zeroize"]
39 all-features = true
40 rustdoc-args = ["--cfg", "docsrs"]