# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "blockchain_contracts" version = "0.4.1" authors = ["CoBloX developers "] description = "Blockchain contracts used by COMIT-network daemons to execute cryptographic protocols." homepage = "https://comit.network/" readme = "../README.md" keywords = ["atomic-swaps", "blockchain", "cryptocurrencies", "comit", "htlc"] categories = ["cryptography::cryptocurrencies"] license-file = "../LICENSE.md" repository = "https://github.com/comit-network/blockchain-contracts" [dependencies.byteorder] version = "1" [dependencies.hex-literal] version = "0.2" [dependencies.regex] version = "1" [dependencies.rust_bitcoin] version = "0.25" package = "bitcoin" [dev-dependencies.anyhow] version = "1" [dev-dependencies.failure] version = "0.1" [dev-dependencies.hex] version = "0.4" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.log] version = "0.4" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.primitive-types] version = "0.5.0" features = ["rlp"] [dev-dependencies.reqwest] version = "0.10" features = ["json", "blocking"] [dev-dependencies.rlp] version = "0.4.2" [dev-dependencies.rust-crypto] version = "0.2" [dev-dependencies.rust_bitcoin] version = "0.25" features = ["use-serde"] package = "bitcoin" [dev-dependencies.secp256k1] version = "0.19" features = ["recovery"] [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.spectral] version = "0.6" [dev-dependencies.testcontainers] version = "0.9" [dev-dependencies.tiny-keccak] version = "2" features = ["keccak"] [dev-dependencies.web3] version = "0.10" features = ["http"] default-features = false