[package] name = "chgk_txt2json" version = "0.1.0" authors = ["Dmitry "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] json="0.12" tokio = { version = "1.21.0", features = ["full"] } async_zip = { git = "https://github.com/Majored/rs-async-zip", rev="0f4bf7f0" } [profile.release] opt-level = 3 debug = false lto = true