# 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 = "2021" rust-version = "1.71.1" name = "demsf-rs" version = "1.0.2" authors = ["Felipe Campos "] exclude = ["/.github/*"] autotests = false description = """ A rewrite of https://github.com/phlbrz/demsf - DEMSF are bash scripts to Download and extract Microsoft Sharepoint file. """ homepage = "https://github.com/phlbrz/demsf-rs" documentation = "https://docs.rs/demsf-rs" readme = "README.md" keywords = [ "microsoft", "sharepoint", "download", "extract", ] categories = [ "command-line-utilities", "compression", "config", "development-tools", ] license = "GPL-3.0" repository = "https://github.com/phlbrz/demsf-rs" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.9" [dependencies.reqwest] version = "0.11" features = [ "blocking", "cookies", ] [dependencies.zip] version = "0.6"