# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "bmap-rs" version = "0.2.0" authors = ["Sjoerd Simons "] description = "bmap-rs is an application that handles the use of bmap crate" readme = "README.md" license = "MIT AND Apache-2.0" repository = "https://github.com/collabora/bmap-rs" [dependencies.anyhow] version = "1.0.66" [dependencies.async-compression] version = "0.4.5" features = [ "gzip", "futures-io", ] [dependencies.bmap-parser] version = "0.2.0" [dependencies.clap] version = "~4.4.0" features = ["cargo"] [dependencies.flate2] version = "1.0.24" [dependencies.futures] version = "0.3.25" [dependencies.indicatif] version = "0.17.1" features = ["tokio"] [dependencies.nix] version = "0.27.1" features = ["fs"] [dependencies.reqwest] version = "0.11.12" features = ["stream"] [dependencies.tokio] version = "1.21.2" features = [ "rt", "macros", "fs", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.7.4" features = ["compat"]