blob: b6c754b19307d9ba44d59667b8a91d92111bb61a [file]
# Licensed under the Apache-2.0 license
[package]
name = "crypto-api"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
[features]
default = []
ecdsa = []
[dependencies]
zerocopy = { version = "0.8", features = ["derive"] }