# 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 = "pavao" version = "0.2.7" authors = ["Christian Visintin "] build = "build.rs" links = "smbclient" include = [ "src/**/*", "build.rs", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Rust client library for SMB 2/3 based on libsmbclient." homepage = "https://github.com/veeso/pavao" documentation = "https://docs.rs/pavao" readme = "README.md" keywords = [ "smb", "samba", "network-protocol", "smb2", "smb3", ] categories = ["network-programming"] license = "GPL-3.0" repository = "https://github.com/veeso/pavao" [lib] name = "pavao" path = "src/lib.rs" [[example]] name = "transfer" path = "examples/transfer.rs" [[example]] name = "tree" path = "examples/tree.rs" [[example]] name = "treeplus" path = "examples/treeplus.rs" [dependencies.lazy_static] version = "^1.4" [dependencies.libc] version = "^0.2.121" [dependencies.log] version = "^0.4" [dependencies.thiserror] version = "^1.0" [dev-dependencies.argh] version = "0.1.7" [dev-dependencies.env_logger] version = "^0.11" [dev-dependencies.pretty_assertions] version = "^1.0.0" [dev-dependencies.rpassword] version = "7.2" [dev-dependencies.serial_test] version = "^3" [build-dependencies.cfg_aliases] version = "0.2" [build-dependencies.pkg-config] version = "0.3.25" [features] debug = [] no-log = ["log/max_level_off"] with-containers = []