fix(crypto): remove modules with non-published deps (#540)

This commit is contained in:
Santiago Carmuega 2024-11-04 12:16:26 -03:00 committed by GitHub
parent bda3889b41
commit a8c4ba3979
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 306 deletions

View file

@ -8,10 +8,7 @@ homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-crypto"
license = "Apache-2.0"
readme = "README.md"
authors = [
"Nicolas Di Prima <nicolas@primetype.co.uk>",
"Andrew Westberg <andrewwestberg@gmail.com>",
]
authors = ["Nicolas Di Prima <nicolas@primetype.co.uk>", "Andrew Westberg <andrewwestberg@gmail.com>"]
[dependencies]
hex = "0.4"
@ -20,13 +17,8 @@ thiserror = "1.0"
rand_core = "0.6"
pallas-codec = { version = "=0.31.0", path = "../pallas-codec" }
serde = "1.0.143"
kes-summed-ed25519 = { git = "https://github.com/txpipe/kes", rev = "f69fb357d46f6a18925543d785850059569d7e78" }
zeroize = "1.8.1"
# The vrf crate has not been fully tested in production environments and still has several upstream issues that
# are open PRs but not merged yet.
vrf_dalek = { git = "https://github.com/txpipe/vrf", rev = "044b45a1a919ba9d9c2471fc5c4d441f13086676" }
[dev-dependencies]
itertools = "0.13"
quickcheck = "1.0"