rustydav 0.1.3

Small library that can be used to make calls to webdav server
Documentation
# 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 = "rustydav"
version = "0.1.3"
authors = ["Andrei Nagacevschi <andrein_bio@yahoo.com>"]
include = ["**/*.rs", "Cargo.toml"]
description = "Small library that can be used to make calls to webdav server"
homepage = "https://github.com/andreinbio/rustydav"
documentation = "https://docs.rs/rustydav"
readme = "README.md"
keywords = ["webdav", "rustydav"]
license = "GPL-3.0"
repository = "https://github.com/andreinbio/rustydav"
[dependencies.reqwest]
version = "0.11"
features = ["blocking"]