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]
13edition = "2018"
14name = "coset"
15version = "0.3.8"
16authors = [
17    "David Drysdale <[email protected]>",
18    "Paul Crowley <[email protected]>",
19]
20build = false
21autobins = false
22autoexamples = false
23autotests = false
24autobenches = false
25description = "Set of types for supporting COSE"
26readme = "README.md"
27keywords = [
28    "cryptography",
29    "cose",
30]
31categories = ["cryptography"]
32license = "Apache-2.0"
33repository = "https://github.com/google/coset"
34
35[lib]
36name = "coset"
37path = "src/lib.rs"
38
39[[example]]
40name = "signature"
41path = "examples/signature.rs"
42
43[[example]]
44name = "cwt"
45path = "examples/cwt.rs"
46
47[dependencies.ciborium]
48version = "^0.2.1"
49default-features = false
50
51[dependencies.ciborium-io]
52version = "^0.2.0"
53features = ["alloc"]
54
55[dev-dependencies.hex]
56version = "^0.4.2"
57
58[features]
59default = []
60std = []
61