aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 1e350115832f8b7d4b4581af8e11cc017f0a2f14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "coset"
version = "0.3.5"
authors = ["David Drysdale <drysdale@google.com>", "Paul Crowley <paulcrowley@google.com>"]
edition = "2018"
license = "Apache-2.0"
description = "Set of types for supporting COSE"
repository = "https://github.com/google/coset"
keywords = ["cryptography", "cose"]
categories = ["cryptography"]

[features]
default = []
# `std` feature enables an `Error` impl for `CoseError`
std = []

[dependencies]
ciborium = { version = "^0.2.1", default-features = false }
ciborium-io = { version = "^0.2.0", features = ["alloc"] }

[dev-dependencies]
hex = "^0.4.2"