fix(crypto): remove modules with non-published deps (#540)
This commit is contained in:
parent
bda3889b41
commit
a8c4ba3979
4 changed files with 1 additions and 306 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue