Avril 4 years ago
parent 7c67a4decc
commit 5f2e3a5b5b
Signed by: flanchan
GPG Key ID: 284488987C31F630

1
Cargo.lock generated

@ -619,6 +619,7 @@ name = "markov"
version = "0.7.1"
dependencies = [
"async-compression",
"bzip2-sys",
"cfg-if 1.0.0",
"futures",
"hyper",

@ -12,7 +12,7 @@ license = "gpl-3.0-or-later"
default = ["compress-chain", "split-newlines", "api"]
# Compress the chain data file when saved to disk
compress-chain = ["async-compression"]
compress-chain = ["async-compression", "bzip2-sys"]
# Treat each new line as a new set to feed instead of feeding the whole data at once
split-newlines = []
@ -66,3 +66,4 @@ libc = "0.2.79"
smallmap = "1.1.5"
lazy_static = "1.4.0"
once_cell = "1.4.1"
bzip2-sys = {version = "0.1.9", optional = true}

Loading…
Cancel
Save