# 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" name = "remotefs" version = "0.3.1" authors = ["Christian Visintin "] build = false include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "a client library to work with all file transfer protocols" documentation = "https://docs.rs/remotefs" readme = "README.md" keywords = [ "scp-client", "sftp-client", "ftp-client", "s3-client", "kube-client", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/remotefs-rs/remotefs-rs" [lib] name = "remotefs" path = "src/lib.rs" [dependencies.log] version = "^0.4" [dependencies.thiserror] version = "^1" [dependencies.wildmatch] version = "^2" optional = true [dev-dependencies.env_logger] version = "^0.11" [dev-dependencies.pretty_assertions] version = "^1" [dev-dependencies.tempfile] version = "^3" [features] default = ["find"] find = ["wildmatch"] github-actions = [] no-log = ["log/max_level_off"] with-containers = []