23 lines
601 B
TOML
Raw Normal View History

2021-04-13 08:55:38 +10:00
[package]
name = "monero-adaptor"
version = "0.1.0"
authors = ["CoBloX Team <team@coblox.tech>"]
edition = "2018"
[dependencies]
anyhow = "1"
curve25519-dalek = "3"
rand = "0.7"
tiny-keccak = { version = "2", features = ["keccak"] }
hash_edwards_to_edwards = { git = "https://github.com/comit-network/hash_edwards_to_edwards" }
monero = "0.12"
[dev-dependencies]
2021-05-06 13:39:05 +10:00
hex = "0.4"
monero-harness = { path = "../monero-harness" }
monero-rpc = { path = "../monero-rpc" }
monero-wallet = { path = "../monero-wallet" }
2021-05-10 13:21:40 +10:00
testcontainers = "0.12"
tokio = { version = "1", features = ["full"] }
2021-05-04 13:37:07 +10:00
itertools = "0.10"