chgk_txt2json/Cargo.toml
2022-09-12 16:25:15 +03:00

23 lines
529 B
TOML

[package]
name = "chgk_txt2json"
version = "0.1.0"
authors = ["Dmitry <b4tm4n@mail.ru>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
encoding = "0.2"
textstream = "0.1"
json="0.12"
rayon="1.5"
tokio = { version = "1.21.0", features = ["full"] }
async_zip = { git = "https://github.com/Majored/rs-async-zip" }
tokio-stream = { version = "0.1.9", features = ["fs"] }
futures = "0.3.24"
[profile.release]
opt-level = 3
debug = false
lto = true