[package] name = "bitcoin" version = "0.0.1" authors = ["Andrew Poelstra "] [lib] name = "bitcoin" path = "src/lib.rs" [dependencies.secp256k1] git = "https://github.com/apoelstra/bitcoin-secp256k1-rs.git" [dependencies] byteorder = "*" num_cpus = "*" rand = "*" rust-crypto = "*" rustc-serialize = "*" time = "*"