Skip to content

Commit dec8fd7

Browse files
committed
Add ciborium as a dependency
1 parent b41d65e commit dec8fd7

File tree

716 files changed

+99913
-11299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

716 files changed

+99913
-11299
lines changed

Cargo.lock

Lines changed: 71 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ aes-gcm = "0.10.3"
6060
dyn-clone = "1.0.17"
6161
hex = "0.4.3"
6262
serde_with = { version = "3.11.0", features = ["base64"] }
63+
ciborium = "0.2.2"
6364

6465
[build-dependencies]
6566
prost-build = "0.12.1"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":{".cargo_vcs_info.json":"87e99846a22dd6bb034e9349b67c9685639e2d5e097ac62f6685f4707210a6e2","Cargo.toml":"abeba525640ec9d3c21a2505d26a94be52680803baa2c0c3e6a46d0d11a7e534","Cargo.toml.orig":"00e61d2e3c518e74031b38509ee844f1806109f2bd1c01d1c61a55d04f23290c","LICENSE":"c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4","README.md":"005ef797bef5dc4441d977a8dcca9783a36e3f9c0a0573a492c055080cdff6d5","src/lib.rs":"ef5797420095e3f89a610031f962889472ccba079bfaa3241a0733590bf38659"},"package":"05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"git": {
3+
"sha1": "fdf3ec5c53256000f8e12f06c361ca18026a8d99"
4+
},
5+
"path_in_vcs": "ciborium-io"
6+
}

vendor/ciborium-io/Cargo.toml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2+
#
3+
# When uploading crates to the registry Cargo will automatically
4+
# "normalize" Cargo.toml files for maximal compatibility
5+
# with all versions of Cargo and also rewrite `path` dependencies
6+
# to registry (e.g., crates.io) dependencies.
7+
#
8+
# If you are reading this file be aware that the original Cargo.toml
9+
# will likely look very different (and much more reasonable).
10+
# See Cargo.toml.orig for the original contents.
11+
12+
[package]
13+
edition = "2021"
14+
rust-version = "1.58"
15+
name = "ciborium-io"
16+
version = "0.2.2"
17+
authors = ["Nathaniel McCallum <npmccallum@profian.com>"]
18+
description = "Simplified Read/Write traits for no_std usage"
19+
homepage = "https://github.com/enarx/ciborium"
20+
readme = "README.md"
21+
keywords = ["io", "read", "write"]
22+
categories = ["data-structures", "embedded", "no-std"]
23+
license = "Apache-2.0"
24+
repository = "https://github.com/enarx/ciborium"
25+
[package.metadata.docs.rs]
26+
all-features = true
27+
28+
[features]
29+
alloc = []
30+
std = ["alloc"]
31+
[badges.github]
32+
repository = "enarx/ciborium"
33+
workflow = "test"
34+
35+
[badges.is-it-maintained-issue-resolution]
36+
repository = "enarx/ciborium"
37+
38+
[badges.is-it-maintained-open-issues]
39+
repository = "enarx/ciborium"
40+
41+
[badges.maintenance]
42+
status = "actively-developed"

vendor/ciborium-io/Cargo.toml.orig

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)