# 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-smb" version = "0.3.0" authors = ["Christian Visintin "] build = false include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "remotefs SMB client library" homepage = "https://veeso.github.io/remotefs-rs-smb/" documentation = "https://docs.rs/remotefs-smb" readme = "README.md" keywords = [ "remotefs", "smb-client", "smb", "smb2", "smb3", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/remotefs-rs/remotefs-rs-smb" [lib] name = "remotefs_smb" path = "src/lib.rs" [dependencies.log] version = "^0.4.14" [dependencies.remotefs] version = "^0.3.0" [dev-dependencies.anyhow] version = "^1" [dev-dependencies.argh] version = "^0.1.7" [dev-dependencies.env_logger] version = "^0.11" [dev-dependencies.pretty_assertions] version = "^1.0.0" [dev-dependencies.rand] version = "^0.8.4" [dev-dependencies.rpassword] version = "7.2" [dev-dependencies.serial_test] version = "^3" [dev-dependencies.tempfile] version = "^3.2.0" [features] default = ["find"] find = ["remotefs/find"] no-log = ["log/max_level_off"] with-containers = [] [target.'cfg(target_family = "unix")'.dependencies.libc] version = "^0.2" [target.'cfg(target_family = "unix")'.dependencies.pavao] version = "^0.2" [target.'cfg(target_family = "windows")'.dependencies.filetime] version = "^0.2" [target.'cfg(target_family = "windows")'.dependencies.windows-sys] version = "^0.59" features = [ "Win32_NetworkManagement_WNet", "Win32_Foundation", ]