1
1
[package ]
2
2
name = " mithril-common"
3
- version = " 0.2.154 "
3
+ version = " 0.2.155 "
4
4
description = " Common types, interfaces, and utilities for Mithril nodes."
5
5
authors = { workspace = true }
6
6
edition = { workspace = true }
@@ -87,6 +87,7 @@ criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
87
87
mockall = " 0.12.0"
88
88
# pallas-crypto = "0.21.0"
89
89
pallas-crypto = { git = " https://github.com/falcucci/pallas.git" , branch = " fix/legacy-transaction-utxo-by-address" }
90
+ rand_core = { version = " 0.6.4" , features = [" getrandom" ] }
90
91
reqwest = { version = " 0.11.22" , features = [" json" ] }
91
92
slog-async = " 2.8.0"
92
93
slog-scope = " 4.4.0"
@@ -105,6 +106,7 @@ default = []
105
106
# Full feature set
106
107
full = [" random" , " database" , " fs" , " test_tools" ]
107
108
random = [" rand_core/getrandom" ]
109
+ <<<<<<< HEAD
108
110
database = [" sqlite" ]
109
111
fs = [
110
112
" tokio/fs" ,
@@ -116,17 +118,21 @@ fs = [
116
118
" pallas-primitives" ,
117
119
" pallas-traverse" ,
118
120
]
121
+ =======
122
+ database = [" dep:sqlite" ]
123
+ fs = [" tokio/fs" , " tokio/process" , " dep:pallas-network" , " dep:pallas-traverse" ]
124
+ >>>>>>> main
119
125
120
126
# Portable feature avoids SIGILL crashes on CPUs not supporting Intel ADX instruction set when built on CPUs that support it
121
127
portable = [" mithril-stm/portable" ]
122
128
123
129
# Disable signer certification, to be used only for tests
124
130
allow_skip_signer_certification = []
125
131
# Enable all tests tools
126
- test_tools = [" apispec" , " test_http_server" ]
132
+ test_tools = [" apispec" , " test_http_server" , " random " ]
127
133
# Enable tools to helps validate conformity to an OpenAPI specification
128
- apispec = [" glob" , " http" , " jsonschema" , " warp" ]
129
- test_http_server = [" warp" ]
134
+ apispec = [" dep: glob" , " dep: http" , " dep: jsonschema" , " dep: warp" ]
135
+ test_http_server = [" dep: warp" ]
130
136
131
137
[package .metadata .docs .rs ]
132
138
all-features = true
0 commit comments