[package] name = "bitcoin_keys" version = "0.1.0" description = "Elliptic key types used in bitcoin" authors = ["Martin Habovstiak "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["std"] std = ["alloc"] alloc = [] [dependencies] secp256k1 = "0.24.1"