mirror of
https://github.com/trussed-dev/cosey.git
synced 2026-06-20 04:16:33 -07:00
21 lines
501 B
TOML
21 lines
501 B
TOML
[package]
|
|
name = "cosey"
|
|
version = "0.2.0"
|
|
authors = ["Nicolas Stalder <n@stalder.io>"]
|
|
license = "Apache-2.0 OR MIT"
|
|
description = "Data types and serde for public COSE_Keys"
|
|
categories = ["embedded", "encoding", "no-std"]
|
|
keywords = ["cose", "cbor", "rust", "no-std"]
|
|
repository = "https://github.com/ycrypto/cosey"
|
|
readme = "README.md"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
heapless-bytes = "0.2.0"
|
|
serde_repr = "0.1"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
default-features = false
|
|
features = ["derive"]
|